slightly improvve the render box for workflow in notification

This commit is contained in:
Julien Fastré 2022-03-25 13:35:52 +01:00
parent d11eebefae
commit c99a967fb9

View File

@ -1,12 +1,11 @@
<div class="item-row col"> <h2>
<h2>
{{ 'workflow_'|trans }} {{ 'workflow_'|trans }}
</h2> </h2>
<div class="item-row col">
{% include handler.template(entity_workflow) with handler.templateData(entity_workflow)|merge({ {% include handler.template(entity_workflow) with handler.templateData(entity_workflow)|merge({
'description': true, 'description': true,
'breadcrumb': true, 'breadcrumb': true,
'add_classes': 'ms-3 h3' 'add_classes': ''
}) %} }) %}
</div> </div>