2021-05-17 14:10:42 -04:00
|
|
|
= render 'shared/alerts/positioning_disabled'
|
|
|
|
|
2016-11-25 08:41:13 -05:00
|
|
|
- if @issues.to_a.any?
|
2021-05-17 14:10:42 -04:00
|
|
|
%ul.content-list.issues-list.issuable-list{ class: issue_manual_ordering_class, data: { group_full_path: @group&.full_path } }
|
2020-11-30 07:09:21 -05:00
|
|
|
= render partial: 'projects/issues/issue', collection: @issues
|
2013-08-06 14:12:01 -04:00
|
|
|
= paginate @issues, theme: "gitlab"
|
|
|
|
- else
|
2021-04-01 02:09:29 -04:00
|
|
|
- project_select_button = local_assigns.fetch(:project_select_button, false)
|
|
|
|
= render 'shared/empty_states/issues', project_select_button: project_select_button
|