diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-25 22:56:10 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-25 22:56:10 +0200 |
commit | 8de19b259ec4f451852ffaaaf7f1010dc05a6c2b (patch) | |
tree | f7416108eb7fd35596a80929975971f6cb6a8277 /app/views/dashboard | |
parent | 5e69ad2ceae8d3619775695b7fcab62a7a32377a (diff) | |
download | gitlab-ce-8de19b259ec4f451852ffaaaf7f1010dc05a6c2b.tar.gz |
proper name for issue partial
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/issues.html.haml | 2 |
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 |