From 50d4420237a9de7be1304607147aec22e4a14af7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 13 May 2013 21:06:48 +0300 Subject: [PATCH] add link to project issues from dashboard issues --- app/views/dashboard/issues.html.haml | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml index df85d5b..b41edb9 100644 --- a/app/views/dashboard/issues.html.haml +++ b/app/views/dashboard/issues.html.haml @@ -15,6 +15,11 @@ - project = group[0] %h5.title = link_to_project project +   + %i.icon-angle-right +   + = link_to 'issues', project_issues_path(project) + %ul.well-list.issues-list - group[1].each do |issue| = render issue -- libgit2 0.21.2