summaryrefslogtreecommitdiff
path: root/app/views/issues/_issues.html.haml
blob: dc7db9061ac23dcadb27ef732981a5abc3e8cf71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
= render @issues

- if @issues.present?
  %li.bottom
    .left= paginate @issues, remote: true, theme: "gitlab"
    .pull-right
      %span.issue_counter #{@issues.total_count}
      issues for this filter
- else
  %li
    %h4.nothing_here_message Nothing to show here