summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_issues.html.haml
blob: a3399c57aa2af2dc889a3daa7a45f4297b214dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%ul.content-list.issues-list
  = render @issues
  - if @issues.blank?
    %li
      .nothing-here-block No issues to show

- if @issues.present?
  .pull-right
    %span.issue_counter #{@issues.total_count}
    issues for this filter

  = paginate @issues, theme: "gitlab"