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