debian-mirror-gitlab/app/views/shared/_issues.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
462 B
Plaintext
Raw Normal View History

2021-12-11 22:18:48 +05:30
= render 'shared/alerts/positioning_disabled' if @sort == 'relative_position'
2021-06-08 01:23:25 +05:30
2017-08-17 22:00:37 +05:30
- if @issues.to_a.any?
2022-04-04 11:22:00 +05:30
%ul.content-list.issues-list.issuable-list{ class: issue_manual_ordering_class }
2021-02-22 17:27:13 +05:30
= render partial: 'projects/issues/issue', collection: @issues
2014-09-02 18:07:02 +05:30
= paginate @issues, theme: "gitlab"
- else
2021-04-29 21:17:54 +05:30
- project_select_button = local_assigns.fetch(:project_select_button, false)
= render 'shared/empty_states/issues', project_select_button: project_select_button