7 lines
453 B
Text
7 lines
453 B
Text
- 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
|
|
- project_select_button = local_assigns.fetch(:project_select_button, false)
|
|
= render 'shared/empty_states/issues', project_select_button: project_select_button
|