Skip to content
代码片段 群组 项目
提交 8de19b25 编辑于 作者: Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
浏览文件

proper name for issue partial

上级 5e69ad2c
No related branches found
No related tags found
无相关合并请求
......@@ -17,7 +17,7 @@
= link_to_project project
%ul.well-list.issues_table
- group[1].each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
= render issue
%hr
= paginate @issues, theme: "gitlab"
- else
......
......@@ -16,7 +16,7 @@
= link_to_project project
%ul.well-list.issues_table
- group[1].each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
= render issue
%hr
= paginate @issues, theme: "gitlab"
- else
......
- @issues.each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
= render @issues
- if @issues.present?
%li.bottom
......
......@@ -16,7 +16,7 @@
= link_to_project @project
%ul.well-list.issues_table
- group[1].each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
= render issue
%hr
= paginate @issues, theme: "gitlab"
- else
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册