summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones
diff options
context:
space:
mode:
authorGeorge Andrinopoulos <geoandri@gmail.com>2017-03-24 00:39:12 +0000
committerRémy Coutable <remy@rymai.me>2017-03-24 00:39:12 +0000
commite118d48df91ba04a9cba3ddb90ef20166ff8d9b8 (patch)
tree4be00723bd36af94261ab38c378809b1f6d8c01a /app/views/projects/milestones
parent902ea5c85b97fe12a49b2634244368a71b0239ed (diff)
downloadgitlab-ce-e118d48df91ba04a9cba3ddb90ef20166ff8d9b8.tar.gz
Add dropdown sort to project milestones
Diffstat (limited to 'app/views/projects/milestones')
-rw-r--r--app/views/projects/milestones/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/milestones/index.html.haml b/app/views/projects/milestones/index.html.haml
index 918f5d161bb..b6340a00b29 100644
--- a/app/views/projects/milestones/index.html.haml
+++ b/app/views/projects/milestones/index.html.haml
@@ -7,6 +7,7 @@
= render 'shared/milestones_filter', counts: milestone_counts(@project.milestones)
.nav-controls
+ = render 'shared/milestones_sort_dropdown'
- if can?(current_user, :admin_milestone, @project)
= link_to new_namespace_project_milestone_path(@project.namespace, @project), class: 'btn btn-new', title: 'New Milestone' do
New Milestone