Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-03-25 14:28:18 +01:00
11 changed files with 150 additions and 55 deletions

View File

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