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

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