summaryrefslogtreecommitdiff
path: root/app/views/shared/_issues.html.haml
blob: 42a146a4f65f1aff74a57f1281e66911673ce014 (plain)
1
2
3
4
5
6
7
8
9
= render 'shared/alerts/positioning_disabled' if @sort == 'relative_position'

- if @issues.to_a.any?
  %ul.content-list.issues-list.issuable-list{ class: issue_manual_ordering_class }
    = render partial: 'projects/issues/issue', collection: @issues
  = paginate @issues, theme: "gitlab"
- else
  - project_select_button = local_assigns.fetch(:project_select_button, false)
  = render 'shared/empty_states/issues', project_select_button: project_select_button