gitlabhq/app/views/issues/_issues.html.haml
2012-06-27 21:30:35 +03:00

13 lines
361 B
Plaintext

- @issues.each do |issue|
= render(:partial => 'issues/show', :locals => {:issue => issue})
- if @issues.present?
%li.bottom
.row
.span7= paginate @issues, :remote => true, :theme => "gitlab"
.span3.right
%span.cgray.right #{@issues.total_count} issues for this filter
- else
%li
%h4.nothing_here_message Nothing to show here