Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootstrap_barrio-3379141
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
bootstrap_barrio-3379141
Commits
9109ba73
Commit
9109ba73
authored
3 years ago
by
Peter Epp
Committed by
Alberto Siles
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3223479
by teknocat: Template updates for bootstrap 5 dropdown toggle
parent
8fb31c52
No related branches found
Branches containing commit
Tags
8.x-1.0-beta5
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/navigation/menu--main.html.twig
+1
-1
1 addition, 1 deletion
templates/navigation/menu--main.html.twig
with
1 addition
and
1 deletion
templates/navigation/menu--main.html.twig
+
1
−
1
View file @
9109ba73
...
...
@@ -55,7 +55,7 @@
]
%}
{%
if
item.below
%}
{{
link
(
item.title
,
item.url
,
{
'class'
:
link_classes
,
'data-toggle'
:
'dropdown'
,
'aria-expanded'
:
'false'
,
'aria-haspopup'
:
'true'
}
)
}}
{{
link
(
item.title
,
item.url
,
{
'class'
:
link_classes
,
'data-
bs-
toggle'
:
'dropdown'
,
'aria-expanded'
:
'false'
,
'aria-haspopup'
:
'true'
}
)
}}
{{
menus.menu_links
(
item.below
,
attributes
,
menu_level
+
1
)
}}
{%
else
%}
{{
link
(
item.title
,
item.url
,
{
'class'
:
link_classes
}
)
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment