summaryrefslogtreecommitdiff
path: root/app/views/admin/projects/index.html.haml
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/projects/index.html.haml
parentca171b8190623023f3e6d00146abee8651cec857 (diff)
downloadgitlab-ce-22e81f5dbe49a04d4df1fefe53a06dd561ffb6b9.tar.gz
Removed sorted text from dropdowns
Closes #12796
Diffstat (limited to 'app/views/admin/projects/index.html.haml')
-rw-r--r--app/views/admin/projects/index.html.haml2
1 files changed, 1 insertions, 1 deletions
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