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

9 lines
197 B
Text
Raw Normal View History

2016-09-29 09:46:39 +05:30
%ul.content-list.issues-list.issuable-list
2015-09-25 12:07:36 +05:30
= render @issues
- if @issues.blank?
%li
.nothing-here-block No issues to show
2014-09-02 18:07:02 +05:30
- if @issues.present?
= paginate @issues, theme: "gitlab"