summaryrefslogtreecommitdiff
path: root/app/views/shared/_issues.html.haml
blob: 3a49227961f4ce30d9d9af5a6f24ac6b64dfc26e (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
      = render partial: 'projects/issues/issue', collection: @issues
  = paginate @issues, theme: "gitlab"
- else
  = render 'shared/empty_states/issues'