fix menu context class

This commit is contained in:
Mathieu Jaumotte 2021-07-20 15:46:20 +02:00
parent 8462538123
commit ea734e2a9e

View File

@ -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>