_issues.html.haml 508 Bytes
Newer Older
1
= render 'shared/alerts/positioning_disabled' if @sort == 'relative_position'
2

3
- if @issues.to_a.any?
4
  %ul.content-list.issues-list.issuable-list{ class: issue_manual_ordering_class, data: { group_full_path: @group&.full_path } }
5
    = render partial: 'projects/issues/issue', collection: @issues
6 7
  = paginate @issues, theme: "gitlab"
- else
8 9
  - project_select_button = local_assigns.fetch(:project_select_button, false)
  = render 'shared/empty_states/issues', project_select_button: project_select_button