summaryrefslogtreecommitdiff
path: root/app/views/shared/_issues.html.haml
blob: 0f38d0e3b399cd576b2e166fe112f105b1246a89 (plain)
1
2
3
4
5
6
7
- if @issues.to_a.any?
  .card.card-without-border
    %ul.content-list.issues-list.issuable-list{ class: ("manual-ordering" if @sort == 'relative_position'), data: { group_full_path: @group&.full_path } }
      = render partial: 'projects/issues/issue', collection: @issues
  = paginate @issues, theme: "gitlab"
- else
  = render 'shared/empty_states/issues'