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/groups | |
| parent | ca171b8190623023f3e6d00146abee8651cec857 (diff) | |
| download | gitlab-ce-22e81f5dbe49a04d4df1fefe53a06dd561ffb6b9.tar.gz | |
Removed sorted text from dropdowns
Closes #12796
Diffstat (limited to 'app/views/admin/groups')
| -rw-r--r-- | app/views/admin/groups/index.html.haml | 2 |
1 files changed, 1 insertions, 1 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 |
