From 85b43055a73c42fbb930605302c85c145f7cbdb0 Mon Sep 17 00:00:00 2001 From: Lucas Guima Date: Mon, 27 Apr 2020 21:44:23 -0300 Subject: [PATCH] Put the menu sub-items text inside a span tag --- resources/views/v1/partials/menu-sidebar.twig | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/views/v1/partials/menu-sidebar.twig b/resources/views/v1/partials/menu-sidebar.twig index 35ae12cb42..4f88501ac0 100644 --- a/resources/views/v1/partials/menu-sidebar.twig +++ b/resources/views/v1/partials/menu-sidebar.twig @@ -43,17 +43,17 @@ @@ -71,12 +71,12 @@ @@ -96,22 +96,22 @@ @@ -129,12 +129,12 @@ @@ -189,18 +189,18 @@
  • - {{ 'preferences'|_ }} + {{ 'preferences'|_ }}
  • - {{ 'currencies'|_ }} + {{ 'currencies'|_ }}
  • {% if hasRole('owner') %}
  • - {{ 'administration'|_ }} + {{ 'administration'|_ }}
  • {% endif %}