summaryrefslogtreecommitdiff
path: root/app/views/shared/_issues.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_issues.html.haml')
-rw-r--r--app/views/shared/_issues.html.haml7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/views/shared/_issues.html.haml b/app/views/shared/_issues.html.haml
index 33f8f5f4ad1..9fa574cebc0 100644
--- a/app/views/shared/_issues.html.haml
+++ b/app/views/shared/_issues.html.haml
@@ -1,13 +1,10 @@
- if @issues.any?
- @issues.group_by(&:project).each do |group|
- %div.ui-box
+ .ui-box.small-box
- project = group[0]
.title
= link_to_project project
-  
- %i.icon-angle-right
-  
- = link_to 'issues', project_issues_path(project)
+ = link_to 'show all', project_issues_path(project), class: 'pull-right'
%ul.well-list.issues-list
- group[1].each do |issue|