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': '' }) %} - -