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

15 lines
402 B
Plaintext
Raw Normal View History

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