gitlabhq/app/views/issues/_issues.html.haml
2013-01-30 16:40:43 +02:00

14 lines
338 B
Plaintext

- @issues.each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
- if @issues.present?
%li.bottom
.left= paginate @issues, remote: true, theme: "gitlab"
.pull-right
%span.issue_counter #{@issues.total_count}
issues for this filter
- else
%li
%h4.nothing_here_message Nothing to show here