summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-25 22:56:10 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-25 22:56:10 +0200
commit8de19b259ec4f451852ffaaaf7f1010dc05a6c2b (patch)
treef7416108eb7fd35596a80929975971f6cb6a8277 /app/views/dashboard
parent5e69ad2ceae8d3619775695b7fcab62a7a32377a (diff)
downloadgitlab-ce-8de19b259ec4f451852ffaaaf7f1010dc05a6c2b.tar.gz
proper name for issue partial
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/issues.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml
index affe01a7ef9..539c57651f7 100644
--- a/app/views/dashboard/issues.html.haml
+++ b/app/views/dashboard/issues.html.haml
@@ -17,7 +17,7 @@
= link_to_project project
%ul.well-list.issues_table
- group[1].each do |issue|
- = render(partial: 'issues/show', locals: {issue: issue})
+ = render issue
%hr
= paginate @issues, theme: "gitlab"
- else