debian-mirror-gitlab/app/views/shared/_issues.html.haml
2019-09-30 21:07:59 +05:30

8 lines
371 B
Plaintext

- 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'