6f448bd17d
On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
7 lines
371 B
Text
7 lines
371 B
Text
- if @issues.to_a.any?
|
|
.card.card-small.card-without-border
|
|
%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
|
|
= render 'shared/empty_states/issues'
|