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

- if @issues.present?
  = paginate @issues, theme: "gitlab"