2012-06-27 20:30:35 +02:00
|
|
|
- @issues.each do |issue|
|
2012-08-11 00:07:50 +02:00
|
|
|
= render(partial: 'issues/show', locals: {issue: issue})
|
2012-03-21 23:09:56 +01:00
|
|
|
|
2012-03-21 23:09:57 +01:00
|
|
|
- if @issues.present?
|
|
|
|
%li.bottom
|
|
|
|
.row
|
2012-08-11 00:07:50 +02:00
|
|
|
.span7= paginate @issues, remote: true, theme: "gitlab"
|
2012-04-10 20:39:04 +02:00
|
|
|
.span3.right
|
2012-07-10 06:33:04 +02:00
|
|
|
%span.cgray.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
|
|
|
|