mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fixed [search page] quickMenu: improve position and design, manage duplicate buttons
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{% if menus|length > 0 %}
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-toggle btn btn-sm btn-create change-icon"
|
||||
<a class="dropdown-toggle btn btn-sm btn-create"
|
||||
href="#"
|
||||
role="button"
|
||||
data-bs-toggle="dropdown"
|
||||
aria-expanded="false"
|
||||
><i class="fa fa-bolt"></i></a>
|
||||
aria-expanded="false">
|
||||
{{ 'Create'|trans }}
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
{% for menu in menus %}
|
||||
<a class="dropdown-item"
|
||||
|
Reference in New Issue
Block a user