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

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