debian-mirror-gitlab/app/views/projects/issues/_issues.html.haml

10 lines
339 B
Text
Raw Normal View History

2018-03-17 18:26:18 +05:30
- empty_state_path = local_assigns.fetch(:empty_state_path, 'shared/empty_states/issues')
2016-09-29 09:46:39 +05:30
%ul.content-list.issues-list.issuable-list
2016-11-03 12:29:30 +05:30
= render partial: "projects/issues/issue", collection: @issues
2015-09-25 12:07:36 +05:30
- if @issues.blank?
2018-03-17 18:26:18 +05:30
= render empty_state_path
2014-09-02 18:07:02 +05:30
- if @issues.present?
2018-03-17 18:26:18 +05:30
= paginate @issues, theme: "gitlab", total_pages: @total_pages