From 4abb99472565de2d11397ed353b9c141b99fc006 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Wed, 30 Sep 2015 14:32:57 +0200 Subject: [PATCH] Resources/views/CustomFieldsGroup/render_for_test.html.twig : refactoring : good indentation --- Resources/views/CustomFieldsGroup/render_for_test.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/CustomFieldsGroup/render_for_test.html.twig b/Resources/views/CustomFieldsGroup/render_for_test.html.twig index a3552f79b..a3c5ff8fe 100644 --- a/Resources/views/CustomFieldsGroup/render_for_test.html.twig +++ b/Resources/views/CustomFieldsGroup/render_for_test.html.twig @@ -1,7 +1,7 @@
{{ customFieldsGroup.name(app.request.locale) }} {% for customField in customFieldsGroup.customFields %} -
{{ chill_custom_field_label(customField) }}
-
{{ chill_custom_field_widget(fields, customField) }}
+
{{ chill_custom_field_label(customField) }}
+
{{ chill_custom_field_widget(fields, customField) }}
{% endfor %}
\ No newline at end of file