summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-12-28 14:33:42 -0600
committerMike Greiling <mike@pixelcog.com>2016-12-28 14:54:07 -0600
commitb69dec2a10299f1250d25abf4e5e5940bdb97c55 (patch)
tree013bdcc4f6170853efd58e75b1b4e85d10de4ef5
parent5a91daec8951aed64de1ecce48171c0e51420351 (diff)
downloadgitlab-ce-b69dec2a10299f1250d25abf4e5e5940bdb97c55.tar.gz
change chevron position for branch sort order dropdown menu
-rw-r--r--app/views/projects/branches/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml
index 0a84793cd12..c2a5e725efc 100644
--- a/app/views/projects/branches/index.html.haml
+++ b/app/views/projects/branches/index.html.haml
@@ -12,7 +12,7 @@
= search_field_tag :search, params[:search], { placeholder: 'Filter by branch name', id: 'branch-search', class: 'form-control search-text-input input-short', spellcheck: false }
.dropdown.inline
- %button.dropdown-toggle{type: 'button', 'data-toggle' => 'dropdown'}
+ %button.dropdown-menu-toggle{type: 'button', 'data-toggle' => 'dropdown'}
%span.light
= projects_sort_options_hash[@sort]
= icon('chevron-down')