BigW Consortium Gitlab

_issues.html.haml 183 Bytes
Newer Older
1 2 3 4 5
%ul.content-list.issues-list
  = render @issues
  - if @issues.blank?
    %li
      .nothing-here-block No issues to show
randx committed
6

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