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