diff options
author | Phil Hughes <me@iamphill.com> | 2016-01-28 09:05:00 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-01-28 09:06:20 +0000 |
commit | 22e81f5dbe49a04d4df1fefe53a06dd561ffb6b9 (patch) | |
tree | c900172374b984a10a5c30e6052acba39d52e07a /app/views/admin/projects | |
parent | ca171b8190623023f3e6d00146abee8651cec857 (diff) | |
download | gitlab-ce-22e81f5dbe49a04d4df1fefe53a06dd561ffb6b9.tar.gz |
Removed sorted text from dropdowns
Closes #12796
Diffstat (limited to 'app/views/admin/projects')
-rw-r--r-- | app/views/admin/projects/index.html.haml | 2 |
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 |