summaryrefslogtreecommitdiff
path: root/app/views/admin
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-01-28 09:05:00 +0000
committerPhil Hughes <me@iamphill.com>2016-01-28 09:06:20 +0000
commit22e81f5dbe49a04d4df1fefe53a06dd561ffb6b9 (patch)
treec900172374b984a10a5c30e6052acba39d52e07a /app/views/admin
parentca171b8190623023f3e6d00146abee8651cec857 (diff)
downloadgitlab-ce-22e81f5dbe49a04d4df1fefe53a06dd561ffb6b9.tar.gz
Removed sorted text from dropdowns
Closes #12796
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/groups/index.html.haml2
-rw-r--r--app/views/admin/projects/index.html.haml2
-rw-r--r--app/views/admin/users/index.html.haml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/groups/index.html.haml b/app/views/admin/groups/index.html.haml
index 3940210e19b..118d3cfea07 100644
--- a/app/views/admin/groups/index.html.haml
+++ b/app/views/admin/groups/index.html.haml
@@ -17,7 +17,7 @@
.pull-right
.dropdown.inline
%a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"}
- %span.light sort:
+ %span.light
- if @sort.present?
= sort_options_hash[@sort]
- else
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index b96ad6e2208..d39c0f44031 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -50,7 +50,7 @@
.controls
.dropdown.inline
%button.dropdown-toggle.btn.btn-sm{type: 'button', 'data-toggle' => 'dropdown'}
- %span.light sort:
+ %span.light
- if @sort.present?
= sort_options_hash[@sort]
- else
diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index b050a4d01c3..b6b1168bd37 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -32,7 +32,7 @@
.pull-right
.dropdown.inline
%a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"}
- %span.light sort:
+ %span.light
- if @sort.present?
= sort_options_hash[@sort]
- else