gitlab-org--gitlab-foss/app/views/issues/_issues.html.haml

14 lines
338 B
Plaintext
Raw Normal View History

- @issues.each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
2012-03-21 18:09:56 -04:00
- if @issues.present?
%li.bottom
.left= paginate @issues, remote: true, theme: "gitlab"
2013-01-30 09:40:43 -05:00
.pull-right
%span.issue_counter #{@issues.total_count}
issues for this filter
2012-04-08 17:28:58 -04:00
- else
%li
2012-06-18 13:50:06 -04:00
%h4.nothing_here_message Nothing to show here
2012-07-27 20:35:24 -04:00