debian-mirror-gitlab/app/views/projects/issues/_issues.html.haml
2015-11-26 14:37:03 +05:30

13 lines
287 B
Text

%ul.content-list.issues-list
= render @issues
- if @issues.blank?
%li
.nothing-here-block No issues to show
- if @issues.present?
.issuable-filter-count
%span.pull-right
= @issues.total_count
issues for this filter
= paginate @issues, theme: "gitlab"