- @issues.select(&:critical).each do |issue|
= render(:partial => 'issues/show', :locals => {:issue => issue})
- @issues.reject(&:critical).each do |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 %p.padded Nothing to show here