2012-06-27 21:30:35 +03:00
|
|
|
- @issues.each do |issue|
|
2011-12-08 00:31:06 +01: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
|
|
|
|
.row
|
2012-04-10 21:39:04 +03:00
|
|
|
.span7= paginate @issues, :remote => true, :theme => "gitlab"
|
|
|
|
.span3.right
|
2012-03-22 00:09:57 +02:00
|
|
|
%span.cgray.right #{@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
|