summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-06-12 22:26:48 +0100
committerLuke Bennett <lbennett@gitlab.com>2019-06-13 00:18:46 +0100
commit32c5fa99fef70caeed33a852f0bb0c8b9a41028e (patch)
tree68e083cbb878b0c0e898de546bf65b521343ee9d /app/views/shared
parentb6e56ed3d3ce0e6c76c07819a84f1c49d2caba13 (diff)
downloadgitlab-ce-32c5fa99fef70caeed33a852f0bb0c8b9a41028e.tar.gz
Fix sidebar flyout navigationfix-flyout-navs
Show flyout nav for active item when collapsed.
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_sidebar_toggle_button.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_sidebar_toggle_button.html.haml b/app/views/shared/_sidebar_toggle_button.html.haml
index d90a6d43761..d499bc0a253 100644
--- a/app/views/shared/_sidebar_toggle_button.html.haml
+++ b/app/views/shared/_sidebar_toggle_button.html.haml
@@ -1,4 +1,4 @@
-%a.toggle-sidebar-button.js-toggle-sidebar{ role: "button", type: "button", title: "Toggle sidebar" }
+%a.toggle-sidebar-button.js-toggle-sidebar.qa-toggle-sidebar{ role: "button", type: "button", title: "Toggle sidebar" }
= sprite_icon('angle-double-left', css_class: 'icon-angle-double-left')
= sprite_icon('angle-double-right', css_class: 'icon-angle-double-right')
%span.collapse-text= _("Collapse sidebar")