diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-13 21:06:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-13 21:06:48 +0300 |
commit | 50d4420237a9de7be1304607147aec22e4a14af7 (patch) | |
tree | f7e90afa6c6b1b210a16aa165d1fcd416d978e04 | |
parent | e8b963fc3254c663d16bf2b05ea30e3569aaf47b (diff) | |
download | gitlab-ce-50d4420237a9de7be1304607147aec22e4a14af7.tar.gz |
add link to project issues from dashboard issues
-rw-r--r-- | app/views/dashboard/issues.html.haml | 5 |
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 + + %i.icon-angle-right + + = link_to 'issues', project_issues_path(project) + %ul.well-list.issues-list - group[1].each do |issue| = render issue |