summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-13 21:06:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-13 21:06:48 +0300
commit50d4420237a9de7be1304607147aec22e4a14af7 (patch)
treef7e90afa6c6b1b210a16aa165d1fcd416d978e04
parente8b963fc3254c663d16bf2b05ea30e3569aaf47b (diff)
downloadgitlab-ce-50d4420237a9de7be1304607147aec22e4a14af7.tar.gz
add link to project issues from dashboard issues
-rw-r--r--app/views/dashboard/issues.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml
index df85d5ba204..b41edb9eb60 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
+ &nbsp;
+ %i.icon-angle-right
+ &nbsp;
+ = link_to 'issues', project_issues_path(project)
+
%ul.well-list.issues-list
- group[1].each do |issue|
= render issue