summaryrefslogtreecommitdiff
path: root/app/views/issues/_issues.html.haml
blob: f82ae8bde589c3c80ccd5f5643c45709a1f14105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- @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 
          %span.issue_counter #{@issues.total_count}
          issues for this filter
- else
  %li
    %h4.nothing_here_message Nothing to show here