summaryrefslogtreecommitdiff
path: root/app/views/shared/_issues.html.haml
blob: 49555b6ff4e464c015d3353e181a496aded78432 (plain)
1
2
3
4
5
6
7
- if @issues.to_a.any?
  .panel.panel-default.panel-small.panel-without-border
    %ul.content-list.issues-list.issuable-list
      = render partial: 'projects/issues/issue', collection: @issues
  = paginate @issues, theme: "gitlab"
- else
  = render 'shared/empty_states/issues'