From 5fad26f3b6a794834ad725ea3130e6c2ab07df8d Mon Sep 17 00:00:00 2001 From: afornerot Date: Wed, 29 Jun 2022 14:01:59 +0200 Subject: [PATCH] largeur btn --- .../templates/Tallyday/tallyday.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ninebadge-1.0/templates/Tallyday/tallyday.html.twig b/src/ninebadge-1.0/templates/Tallyday/tallyday.html.twig index 7c15795..98235f9 100644 --- a/src/ninebadge-1.0/templates/Tallyday/tallyday.html.twig +++ b/src/ninebadge-1.0/templates/Tallyday/tallyday.html.twig @@ -139,7 +139,7 @@ {% if not isvalideuser and not isvalidemaster %} -
+
@@ -156,20 +156,20 @@
- Valider ma journée + Valider ma journée
{% endif %} - Gérer mes Pointages + Gérer mes Pointages {% if isvalideuser and not isvalidemaster %} -
Dévalider ma journée +
Dévalider ma journée {% endif %} {% if is_granted('ROLE_MASTER') %}

GESTION

- Gestion des Pointages + Gestion des Pointages {% endif %}