mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
not display flash menu if menu is empty
This commit is contained in:
parent
38deaf6f36
commit
a42d7231d9
@ -1,3 +1,4 @@
|
||||
{% if menus|length > 0 %}
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle btn btn-sm btn-create change-icon"
|
||||
href="#"
|
||||
@ -14,4 +15,5 @@
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</li>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user