From bbc3399e1990b89cbea5986d52a709413f0de4d2 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Sun, 22 Aug 2021 20:45:23 +0200 Subject: [PATCH] ac list: pill badge for flags --- .../Resources/views/AccompanyingPeriod/_list.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/_list.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/_list.html.twig index b1ff1c3a3..d3eac6b4b 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/_list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/_list.html.twig @@ -12,10 +12,10 @@ {{ accompanying_period.id }} {% if accompanying_period.emergency %} - {{- 'Emergency'|trans|upper -}} + {{- 'Emergency'|trans|upper -}} {% endif %} {% if accompanying_period.confidential %} - {{- 'Confidential'|trans|upper -}} + {{- 'Confidential'|trans|upper -}} {% endif %}