debian-mirror-gitlab/app/views/projects/issues/_issues.html.haml
2015-09-25 12:07:36 +05:30

12 lines
272 B
Text

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