From f89ce9fa65cceff3cf4ac783798671e45836e6ad Mon Sep 17 00:00:00 2001 From: Emmanuel Vella Date: Mon, 28 Aug 2017 01:33:15 +0200 Subject: [PATCH] Update deprecated sameas twig test (#1215) --- Resources/views/Form/fields.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/Form/fields.html.twig b/Resources/views/Form/fields.html.twig index edcacec0a..5aaff76ee 100644 --- a/Resources/views/Form/fields.html.twig +++ b/Resources/views/Form/fields.html.twig @@ -204,7 +204,7 @@ {% if expanded %} {% set attr = attr|merge({'class': attr.class|default('') ~ ' ' ~ horizontal_input_wrapper_class}) %} {% endif %} - {% if layout is sameas(false) %} + {% if layout is same as(false) %}
{% endif %} {% if widget_type == 'inline-btn' %} @@ -243,7 +243,7 @@ {% if widget_type == 'inline-btn' %}
{% endif %} - {% if layout is sameas(false) %} + {% if layout is same as(false) %} {% endif %} {% endspaceless %}