BigW Consortium Gitlab

_issues.html.haml 300 Bytes
Newer Older
1
.panel.panel-default
2 3 4 5
  %ul.well-list.issues-list
    = render @issues
    - if @issues.blank?
      %li
Dmitriy Zaporozhets committed
6
        .nothing-here-block No issues to show
randx committed
7

8
- if @issues.present?
9 10 11
  .pull-right
    %span.issue_counter #{@issues.total_count}
    issues for this filter
randx committed
12

13
  = paginate @issues, theme: "gitlab"