Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-25 15:17:17 +0300
committerDouwe Maan <douwe@gitlab.com>2015-05-27 15:23:04 +0300
commit7a11ef3e959735fffb189ad03218593f700ce25b (patch)
treec981e19f921df6b60cc5bd3c0666f155dc2a3966 /app/views/dashboard/milestones/show.html.haml
parent511791014e032c8800c0b8b06130b73aad8505b5 (diff)
Add Browse Issues button to Dashboard and Group milestones.
Diffstat (limited to 'app/views/dashboard/milestones/show.html.haml')
-rw-r--r--app/views/dashboard/milestones/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/dashboard/milestones/show.html.haml b/app/views/dashboard/milestones/show.html.haml
index 24f0bcb60d5..0d204ced7ea 100644
--- a/app/views/dashboard/milestones/show.html.haml
+++ b/app/views/dashboard/milestones/show.html.haml
@@ -56,6 +56,9 @@
Participants
%span.badge= @dashboard_milestone.participants.count
+ .pull-right
+ = link_to 'Browse Issues', issues_dashboard_path(milestone_title: @dashboard_milestone.title), class: "btn edit-milestone-link btn-grouped"
+
.tab-content
.tab-pane.active#tab-issues
.row