summaryrefslogtreecommitdiff
path: root/app/views/groups/milestones
diff options
context:
space:
mode:
authorGeorge Andrinopoulos <geoandri@gmail.com>2017-11-06 19:51:24 +0200
committerGeorge Andrinopoulos <geoandri@gmail.com>2017-11-07 06:37:46 +0200
commitf4ed780ef5fc76b7704742d4886ac435c3e5ab98 (patch)
tree7536ed460f72156638203606ce20dadff5305468 /app/views/groups/milestones
parentbba020a56cbedd6403b637ec7f9eaee258eb7c67 (diff)
downloadgitlab-ce-f4ed780ef5fc76b7704742d4886ac435c3e5ab98.tar.gz
Add Group Milestone sorting
Diffstat (limited to 'app/views/groups/milestones')
-rw-r--r--app/views/groups/milestones/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/milestones/index.html.haml b/app/views/groups/milestones/index.html.haml
index cb4fc69d5b8..6c199c52583 100644
--- a/app/views/groups/milestones/index.html.haml
+++ b/app/views/groups/milestones/index.html.haml
@@ -4,6 +4,7 @@
= render 'shared/milestones_filter', counts: @milestone_states
.nav-controls
+ = render 'shared/group_milestones_sort_dropdown'
- if can?(current_user, :admin_milestones, @group)
= link_to "New milestone", new_group_milestone_path(@group), class: "btn btn-new"