Skip to content
Snippets Groups Projects
Commit 9109ba73 authored by Peter Epp's avatar Peter Epp Committed by Alberto Siles
Browse files

Issue #3223479 by teknocat: Template updates for bootstrap 5 dropdown toggle

parent 8fb31c52
No related branches found
Tags 8.x-1.0-beta5
No related merge requests found
......@@ -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}) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment