%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"