mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
fix menu context class
This commit is contained in:
@@ -15,9 +15,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#}
|
#}
|
||||||
|
|
||||||
<div class="list-group vertical-menu menu-person">
|
<div class="list-group vertical-menu {{ 'menu-' ~ menus.name }}">
|
||||||
{% for menu in menus %}
|
{% for menu in menus %}
|
||||||
<a class="list-group-item list-group-item-action"
|
<a class="list-group-item list-group-item-action"
|
||||||
href="{{ menu.uri }}">
|
href="{{ menu.uri }}">
|
||||||
{{ menu.label|upper }}
|
{{ menu.label|upper }}
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user