mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Several icons in menu section
This commit is contained in:
parent
8f97ace297
commit
164904b2a7
@ -1,7 +1,13 @@
|
|||||||
<li class="nav-link more"><a href="javascript:void(0)">Sections</a>
|
<li class="nav-link more"><a href="javascript:void(0)">Sections</a>
|
||||||
<ul class="submenu min-width">
|
<ul class="submenu min-width">
|
||||||
{% for route in routes %}
|
{% for route in routes %}
|
||||||
<li><a href="{{ path(route.key, args ) }}"><i class="fa fa-{{ route.icon }}"></i> {{ route.label|trans }}</a></li>
|
<li><a href="{{ path(route.key, args ) }}">
|
||||||
|
{% spaceless %}
|
||||||
|
{% for icon in route.icons %}
|
||||||
|
<i class="fa fa-{{ icon }}"></i>
|
||||||
|
{% endfor %}
|
||||||
|
{% endspaceless %}
|
||||||
|
{{ route.label|trans }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
Loading…
x
Reference in New Issue
Block a user