diff --git a/src/Resources/views/crud/detail.html.twig b/src/Resources/views/crud/detail.html.twig index abfe7d36e0..d8a0d7b069 100644 --- a/src/Resources/views/crud/detail.html.twig +++ b/src/Resources/views/crud/detail.html.twig @@ -37,8 +37,8 @@ {%- apply spaceless -%} {% set custom_page_title = ea.crud.customPageTitle(pageName, entity ? entity.instance : null, ea.i18n.translationParameters) %} {{ custom_page_title is null - ? ea.crud.defaultPageTitle(null, null, ea.i18n.translationParameters)|trans|raw - : custom_page_title|trans|raw }} + ? ea.crud.defaultPageTitle(null, null, ea.i18n.translationParameters)|trans|raw + : custom_page_title|trans|raw }} {%- endapply -%} {% endblock %} @@ -146,45 +146,45 @@ {% endmacro %} {% macro render_tab_group_open(field) %} -
{% endmacro %} {% macro render_tab_open(field) %} {% set tab_id_option_name = constant('EasyCorp\\Bundle\\EasyAdminBundle\\Field\\FormField::OPTION_TAB_ID') %} {% set tab_is_active_option_name = constant('EasyCorp\\Bundle\\EasyAdminBundle\\Field\\FormField::OPTION_TAB_IS_ACTIVE') %} -