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

9 lines
183 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
%ul.content-list.issues-list
= 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"