summaryrefslogtreecommitdiff
path: root/app/views/groups/milestones/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/milestones/show.html.haml')
-rw-r--r--app/views/groups/milestones/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/milestones/show.html.haml b/app/views/groups/milestones/show.html.haml
index e609abca08e..716e93f558b 100644
--- a/app/views/groups/milestones/show.html.haml
+++ b/app/views/groups/milestones/show.html.haml
@@ -9,7 +9,7 @@
Open
Milestone #{@milestone.title}
.pull-right
- - if can?(current_user, :admin_group, @group)
+ - if can?(current_user, :admin_milestones, @group)
- if @milestone.active?
= link_to 'Close Milestone', group_milestone_path(@group, @milestone.safe_title, title: @milestone.title, milestone: {state_event: :close }), method: :put, class: "btn btn-sm btn-close"
- else