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