summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-17 12:18:41 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-17 12:18:41 -0500
commita1beb409cdfd7b5abb80798934fef811892888e6 (patch)
tree73db917ecad78fd3c5dd7d8fcc4f6d004a2378f9 /app/views/layouts/header/_default.html.haml
parent1dfaa6a8475404b52cd37056fce994825d65966f (diff)
downloadgitlab-ce-a1beb409cdfd7b5abb80798934fef811892888e6.tar.gz
Fix dropdowns
Diffstat (limited to 'app/views/layouts/header/_default.html.haml')
-rw-r--r--app/views/layouts/header/_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index 7f4bdccefa6..9cb1b155a0f 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -52,7 +52,7 @@
= link_to current_user, class: user_dropdown_class, data: { toggle: "dropdown" } do
= image_tag avatar_icon_for_user(current_user, 23), width: 23, height: 23, class: "header-user-avatar qa-user-avatar"
= sprite_icon('angle-down', css_class: 'caret-down')
- .dropdown-menu-nav.dropdown-menu-align-right
+ .dropdown-menu.dropdown-menu-nav.dropdown-menu-right
%ul
%li.current-user
.user-name.bold