Commit 50d4420237a9de7be1304607147aec22e4a14af7
1 parent
e8b963fc
Exists in
master
and in
4 other branches
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 | 15 | - project = group[0] |
16 | 16 | %h5.title |
17 | 17 | = link_to_project project |
18 | + | |
19 | + %i.icon-angle-right | |
20 | + | |
21 | + = link_to 'issues', project_issues_path(project) | |
22 | + | |
18 | 23 | %ul.well-list.issues-list |
19 | 24 | - group[1].each do |issue| |
20 | 25 | = render issue | ... | ... |