From dc213523b94f5da67f2493f6cf1fb22a825e49af Mon Sep 17 00:00:00 2001 From: tristan Date: Thu, 11 Jun 2026 14:52:15 +0200 Subject: [PATCH] fix(night-contingent) : largeur colonne Nom, police agrandie, separateurs de mois --- .../night-hours-contingent/print.html.twig | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/templates/night-hours-contingent/print.html.twig b/templates/night-hours-contingent/print.html.twig index ed6db79..0bd98a6 100644 --- a/templates/night-hours-contingent/print.html.twig +++ b/templates/night-hours-contingent/print.html.twig @@ -4,16 +4,18 @@ @@ -27,13 +29,13 @@ Nom {% for m in months %} - {{ m }} + {{ m }} {% endfor %} {% for m in months %} - H.nuit - N.jours + H.nuit + N.jours {% endfor %} @@ -46,8 +48,8 @@ {{ row.employeeName }} {% for cell in row.cells %} - {{ cell.hours }} - {{ cell.days }} + {{ cell.hours }} + {{ cell.days }} {% endfor %} {% endfor %}