summaryrefslogtreecommitdiff
path: root/app/views/issues/_issues.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/_issues.html.haml')
-rw-r--r--app/views/issues/_issues.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/issues/_issues.html.haml b/app/views/issues/_issues.html.haml
index fc515ec3b49..f82ae8bde58 100644
--- a/app/views/issues/_issues.html.haml
+++ b/app/views/issues/_issues.html.haml
@@ -1,10 +1,10 @@
- @issues.each do |issue|
- = render(:partial => 'issues/show', :locals => {:issue => issue})
+ = render(partial: 'issues/show', locals: {issue: issue})
- if @issues.present?
%li.bottom
.row
- .span7= paginate @issues, :remote => true, :theme => "gitlab"
+ .span7= paginate @issues, remote: true, theme: "gitlab"
.span3.right
%span.cgray.right
%span.issue_counter #{@issues.total_count}