Skip to content
Snippets Groups Projects
Commit 8de19b25 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

proper name for issue partial

parent 5e69ad2c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
- @issues.each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
= render @issues
 
- if @issues.present?
%li.bottom
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment