From a1ec2b637dafade644b366d9b7e1f27674709111 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Mon, 10 Jan 2022 14:30:35 +0100 Subject: [PATCH] ShownInNotification: put border on alert block --- .../views/AccompanyingPeriod/showInNotification.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/showInNotification.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/showInNotification.html.twig index b85ab301f..1a9946ebd 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/showInNotification.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/showInNotification.html.twig @@ -12,14 +12,14 @@ 'recordAction': _self.recordAction(notification.relatedEntityId) } %} {% else %} -
+
{{ 'This is the minimal details'|trans ~ ': ' ~ period.id }}
{{ 'You are getting a notification for a period you are not allowed to see.'|trans }}
{% endif %}
{% else %} -
+
{{ 'You are getting a notification for a period which does not exists any more'|trans }}
{% endif %}