summaryrefslogtreecommitdiff
path: root/app/views/layouts/terms.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-17 16:50:13 -0400
committerClement Ho <ClemMakesApps@gmail.com>2018-05-17 16:50:13 -0400
commit62210cf5f54ed86ed8d30ff757dda84cfcc1407d (patch)
treedcf7aa77b9534ba9cd29faa2460ccbc2cdc51c53 /app/views/layouts/terms.html.haml
parentfd5fdb2c1aba95b8dc851e80cb7216551052122d (diff)
downloadgitlab-ce-62210cf5f54ed86ed8d30ff757dda84cfcc1407d.tar.gz
fix terms spec
Diffstat (limited to 'app/views/layouts/terms.html.haml')
-rw-r--r--app/views/layouts/terms.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/terms.html.haml b/app/views/layouts/terms.html.haml
index 2a6927b9962..a8964b19ba1 100644
--- a/app/views/layouts/terms.html.haml
+++ b/app/views/layouts/terms.html.haml
@@ -29,6 +29,6 @@
= 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-right
+ .dropdown-menu.dropdown-menu-right
= render 'layouts/header/current_user_dropdown'
= yield