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

Small toolbar templates correction

parent 5999a202
No related branches found
No related tags found
No related merge requests found
Pipeline #14119 passed
......@@ -75,7 +75,7 @@
</li>
{% if toolbar_variant == 'vertical' %}
<li class="menu-item">
{{ link('Overview'|t, parent.url, {'class': [item.in_active_trail ? 'is-active']}) }}
<a href="{{ parent.url }}" class="toolbar-icon">{{ 'Overview'|t }}</a>
</li>
{% endif %}
{% elseif menu_level > 1 and loop.index == 1 %}
......@@ -86,7 +86,7 @@
</li>
{% if toolbar_variant == 'vertical' %}
<li class="menu-item">
{{ link('Overview'|t, parent.url, {'class': [item.in_active_trail ? 'is-active']}) }}
<a href="{{ parent.url }}" class="toolbar-icon">{{ 'Overview'|t }}</a>
</li>
{% endif %}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment