gitlabhq/app/views/issues/_issues.html.haml
Robert Speicher 7754189187 Fully embrace Ruby 1.9 hash syntax
Didn't bother with files in db/, config/, or features/
2012-08-10 18:25:15 -04:00

16 lines
388 B
Plaintext

- @issues.each do |issue|
= render(partial: 'issues/show', locals: {issue: issue})
- if @issues.present?
%li.bottom
.row
.span7= paginate @issues, remote: true, theme: "gitlab"
.span3.right
%span.cgray.right
%span.issue_counter #{@issues.total_count}
issues for this filter
- else
%li
%h4.nothing_here_message Nothing to show here