From 7a11ef3e959735fffb189ad03218593f700ce25b Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Mon, 25 May 2015 14:17:17 +0200 Subject: Add Browse Issues button to Dashboard and Group milestones. --- app/views/groups/milestones/show.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views/groups/milestones/show.html.haml') diff --git a/app/views/groups/milestones/show.html.haml b/app/views/groups/milestones/show.html.haml index 6c41cd6b9e4..8f2decb851f 100644 --- a/app/views/groups/milestones/show.html.haml +++ b/app/views/groups/milestones/show.html.haml @@ -62,6 +62,9 @@ Participants %span.badge= @group_milestone.participants.count + .pull-right + = link_to 'Browse Issues', issues_group_path(@group, milestone_title: @group_milestone.title), class: "btn edit-milestone-link btn-grouped" + .tab-content .tab-pane.active#tab-issues .row -- cgit v1.2.1