summaryrefslogtreecommitdiff
path: root/app/views/shared/_issues.html.haml
blob: a21dcabb485f4d51949070707d4fa00ea5629af1 (plain)
1
2
3
4
5
6
7
- if @issues.to_a.any?
  .card.card-small.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'