2021-11-08 22:42:22 -05:00
|
|
|
= render 'shared/alerts/positioning_disabled' if @sort == 'relative_position'
|
2020-08-24 08:10:17 -04:00
|
|
|
|
2022-01-07 22:14:00 -05:00
|
|
|
%ul.content-list.issues-list.issuable-list{ class: issue_manual_ordering_class }
|
|
|
|
= render partial: "projects/issues/issue", collection: @issues
|
|
|
|
- if @issues.blank?
|
|
|
|
- empty_state_path = local_assigns.fetch(:empty_state_path, 'shared/empty_states/issues')
|
|
|
|
= render empty_state_path
|
2017-09-06 14:44:59 -04:00
|
|
|
|
2022-01-07 22:14:00 -05:00
|
|
|
- if @issues.present?
|
|
|
|
= paginate_collection @issues, total_pages: @total_pages
|