2013-02-25 21:56:10 +01:00
|
|
|
= render @issues
|
2012-03-21 23:09:56 +01:00
|
|
|
|
2012-03-21 23:09:57 +01:00
|
|
|
- if @issues.present?
|
|
|
|
%li.bottom
|
2013-01-08 06:14:05 +01:00
|
|
|
.left= paginate @issues, remote: true, theme: "gitlab"
|
2013-01-30 15:40:43 +01:00
|
|
|
.pull-right
|
2013-01-08 06:14:05 +01:00
|
|
|
%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
|
|
|
|