gitlabhq/app/views/issues/_issues.html.haml

16 lines
388 B
Text
Raw Normal View History

- @issues.each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
2012-03-22 00:09:56 +02:00
- if @issues.present?
%li.bottom
.row
.span7= paginate @issues, remote: true, theme: "gitlab"
2012-04-10 21:39:04 +03:00
.span3.right
%span.cgray.right
%span.issue_counter #{@issues.total_count}
issues for this filter
2012-04-09 00:28:58 +03:00
- else
%li
2012-06-18 20:50:06 +03:00
%h4.nothing_here_message Nothing to show here
2012-07-28 03:35:24 +03:00