summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_issues.html.haml
blob: 5d243adb5fe4742e97328a5e12f30733d4e511e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.panel.panel-default
  %ul.well-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"