gitlabhq/app/views/issues/_issues.html.haml
2013-02-25 22:56:10 +02:00

13 lines
270 B
Plaintext

= render @issues
- 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