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:
authorGeorge Andrinopoulos <geoandri@gmail.com>2017-11-07 21:57:30 +0300
committerGeorge Andrinopoulos <geoandri@gmail.com>2017-11-07 21:57:30 +0300
commita4d71cba7ef80e6f3c10f148dd1edfbef7f82893 (patch)
tree7e5435a0b7cdbe85c5f5ec8fe8f50951b1e89c27 /app/views/groups/milestones
parentf4ed780ef5fc76b7704742d4886ac435c3e5ab98 (diff)
Add group milestone to feature spec and minor changes
Diffstat (limited to 'app/views/groups/milestones')
-rw-r--r--app/views/groups/milestones/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/milestones/index.html.haml b/app/views/groups/milestones/index.html.haml
index 6c199c52583..f5f621507b8 100644
--- a/app/views/groups/milestones/index.html.haml
+++ b/app/views/groups/milestones/index.html.haml
@@ -4,7 +4,7 @@
= render 'shared/milestones_filter', counts: @milestone_states
.nav-controls
- = render 'shared/group_milestones_sort_dropdown'
+ = render 'shared/milestones_sort_dropdown'
- if can?(current_user, :admin_milestones, @group)
= link_to "New milestone", new_group_milestone_path(@group), class: "btn btn-new"