gitlabhq/app/views/issues/_issues.html.haml

13 lines
270 B
Plaintext
Raw Normal View History

2013-02-25 21:56:10 +01:00
= render @issues
2012-03-21 23:09:56 +01:00
- if @issues.present?
%li.bottom
.left= paginate @issues, remote: true, theme: "gitlab"
2013-01-30 15:40:43 +01:00
.pull-right
%span.issue_counter #{@issues.total_count}
issues for this filter
2012-04-08 23:28:58 +02:00
- else
%li
2012-06-18 19:50:06 +02:00
%h4.nothing_here_message Nothing to show here
2012-07-28 02:35:24 +02:00