summaryrefslogtreecommitdiff
path: root/app/views/groups/labels
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-09-10 14:38:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-09-10 15:34:36 +0300
commit8d19f4b4a610d4c26c685c5069b91c6636590c76 (patch)
treeb0256eab186c65f9c8b68c2b166acdfe4500f747 /app/views/groups/labels
parenta5517ada119a0e73e0a70fd18e11fda3932138e8 (diff)
downloadgitlab-ce-8d19f4b4a610d4c26c685c5069b91c6636590c76.tar.gz
Add sort dropdown to project labels page and group labels page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/labels')
-rw-r--r--app/views/groups/labels/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/labels/index.html.haml b/app/views/groups/labels/index.html.haml
index e6821009d03..86178eb2ffd 100644
--- a/app/views/groups/labels/index.html.haml
+++ b/app/views/groups/labels/index.html.haml
@@ -22,6 +22,7 @@
%span.input-group-append
%button.btn.btn-default{ type: "submit", "aria-label" => _('Submit search') }
= icon("search")
+ = render 'shared/labels/sort_dropdown'
.labels-container.prepend-top-5
- if @labels.any?