Skip to content
Snippets Groups Projects
Commit 78d579a4 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Issue #3353113: Tour module button missing in frontend themes

parent 2aaae49f
No related branches found
No related tags found
1 merge request!292Issue #3353113: Tour module button missing in frontend themes
Pipeline #16903 passed
......@@ -53,7 +53,7 @@
{# All items except main nav #}
{% if item_id[0] not in denylist_items %}
<div{{ tab.attributes.addClass(tab_classes) }}>
<div{{ tab.attributes.addClass(tab_classes) }}{% if 'tour-toolbar-tab' in tab.attributes.class %} id="toolbar-tab-tour"{% endif %}>
{% if item_id[0] == 'toolbar-id--toolbar-icon-user' %}
{{ user_picture }}
{% else %}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment