_issues.html.haml 361 Bytes
Newer Older
1
- @issues.each do |issue|
Ariejan de Vroom's avatar
Ariejan de Vroom committed
2
  = render(:partial => 'issues/show', :locals => {:issue => issue})
randx's avatar
randx committed
3

4 5 6
- if @issues.present?
  %li.bottom
    .row
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
7 8
      .span7= paginate @issues, :remote => true, :theme => "gitlab"
      .span3.right
9
        %span.cgray.right #{@issues.total_count} issues for this filter
10 11
- else
  %li
randx's avatar
randx committed
12
    %h4.nothing_here_message Nothing to show here