summaryrefslogtreecommitdiff
path: root/app/views/shared/nav
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-27 12:10:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-27 12:10:12 +0000
commit154523302b10ab5aeb67bde861880a98e3f8117a (patch)
tree3b399e7da80ccc47877c5b6e1491abdcf1019c1b /app/views/shared/nav
parent018e39a9507cc12bee5c6a168641d9843c5a6419 (diff)
downloadgitlab-ce-154523302b10ab5aeb67bde861880a98e3f8117a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/shared/nav')
-rw-r--r--app/views/shared/nav/_sidebar_menu.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/nav/_sidebar_menu.html.haml b/app/views/shared/nav/_sidebar_menu.html.haml
index 25ae56c9be8..789fb41064f 100644
--- a/app/views/shared/nav/_sidebar_menu.html.haml
+++ b/app/views/shared/nav/_sidebar_menu.html.haml
@@ -15,7 +15,7 @@
%ul.sidebar-sub-level-items{ class: ('is-fly-out-only' unless sidebar_menu.has_items?) }
= nav_link(**sidebar_menu.all_active_routes, html_options: { class: 'fly-out-top-item' } ) do
- = link_to sidebar_menu.link, aria: { label: sidebar_menu.title } do
+ = link_to sidebar_menu.link, **sidebar_menu.collapsed_container_html_options do
%strong.fly-out-top-item-name
= sidebar_menu.title
- if sidebar_menu.has_pill?