mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 07:26:12 +00:00
force uppercase in person menu
This commit is contained in:
parent
f2948e31de
commit
7c8f095de3
@ -17,7 +17,7 @@
|
|||||||
<ul class="tab-nav">
|
<ul class="tab-nav">
|
||||||
{% for menu in menus %}
|
{% for menu in menus %}
|
||||||
<li class="">
|
<li class="">
|
||||||
<a href="{{ menu.uri }}" >{{ menu.label }}</a>
|
<a href="{{ menu.uri }}" >{{ menu.label|upper }}</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
Loading…
x
Reference in New Issue
Block a user