gitlab-org--gitlab-foss/app/views/projects/issues/_issues.html.haml

14 lines
287 B
Plaintext
Raw Normal View History

%ul.content-list.issues-list
= render @issues
- if @issues.blank?
%li
.nothing-here-block No issues to show
2012-03-21 22:09:56 +00:00
- if @issues.present?
.issuable-filter-count
%span.pull-right
= @issues.total_count
issues for this filter
2012-07-28 00:35:24 +00:00
= paginate @issues, theme: "gitlab"