debian-mirror-gitlab/app/views/shared/_issues.html.haml
2017-08-17 22:00:37 +05:30

8 lines
266 B
Text

- if @issues.to_a.any?
.panel.panel-default.panel-small.panel-without-border
%ul.content-list.issues-list
= render partial: 'projects/issues/issue', collection: @issues
= paginate @issues, theme: "gitlab"
- else
= render 'shared/empty_states/issues'