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

14 lines
287 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?
2015-11-26 14:37:03 +05:30
.issuable-filter-count
%span.pull-right
= @issues.total_count
issues for this filter
2014-09-02 18:07:02 +05:30
= paginate @issues, theme: "gitlab"