Commit 50d4420237a9de7be1304607147aec22e4a14af7

Authored by Dmitriy Zaporozhets
1 parent e8b963fc

add link to project issues from dashboard issues

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
app/views/dashboard/issues.html.haml
@@ -15,6 +15,11 @@ @@ -15,6 +15,11 @@
15 - project = group[0] 15 - project = group[0]
16 %h5.title 16 %h5.title
17 = link_to_project project 17 = link_to_project project
  18 +  
  19 + %i.icon-angle-right
  20 +  
  21 + = link_to 'issues', project_issues_path(project)
  22 +
18 %ul.well-list.issues-list 23 %ul.well-list.issues-list
19 - group[1].each do |issue| 24 - group[1].each do |issue|
20 = render issue 25 = render issue