summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_dropdown.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/groups/_dropdown.html.haml')
-rw-r--r--app/views/shared/groups/_dropdown.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/groups/_dropdown.html.haml b/app/views/shared/groups/_dropdown.html.haml
index f4915440cb2..d6c1e35dfd1 100644
--- a/app/views/shared/groups/_dropdown.html.haml
+++ b/app/views/shared/groups/_dropdown.html.haml
@@ -9,7 +9,7 @@
- default_sort_by = sort_value_recently_created
.dropdown.inline.js-group-filter-dropdown-wrap.append-right-10
- %button.dropdown-menu-toggle{ type: 'button', 'data-toggle' => 'dropdown' }
+ %button.btn.btn-default.dropdown-menu-toggle{ type: 'button', 'data-toggle' => 'dropdown' }
%span.dropdown-label
= options_hash[default_sort_by]
= icon('chevron-down')