Commit 50d44202 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

add link to project issues from dashboard issues

parent e8b963fc
...@@ -15,6 +15,11 @@ ...@@ -15,6 +15,11 @@
- project = group[0] - project = group[0]
%h5.title %h5.title
= link_to_project project = link_to_project project
 
%i.icon-angle-right
 
= link_to 'issues', project_issues_path(project)
%ul.well-list.issues-list %ul.well-list.issues-list
- group[1].each do |issue| - group[1].each do |issue|
= render issue = render issue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment