diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml index df85d5b..b41edb9 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 -- libgit2 0.21.2