From c99a967fb9e7c79cecf9f679c282d1cff874bb3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 25 Mar 2022 13:35:52 +0100 Subject: [PATCH] slightly improvve the render box for workflow in notification --- .../views/Workflow/_notification_include.html.twig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_notification_include.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_notification_include.html.twig index b8f942af0..558207818 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_notification_include.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_notification_include.html.twig @@ -1,12 +1,11 @@ +

+ {{ 'workflow_'|trans }} +

+
-

- {{ 'workflow_'|trans }} -

{% include handler.template(entity_workflow) with handler.templateData(entity_workflow)|merge({ 'description': true, 'breadcrumb': true, - 'add_classes': 'ms-3 h3' + 'add_classes': '' }) %} - -