summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+  
+ %i.icon-angle-right
+  
+ = link_to 'issues', project_issues_path(project)
+
%ul.well-list.issues-list
- group[1].each do |issue|
= render issue