We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e73d90 commit f89ce9fCopy full SHA for f89ce9f
Resources/views/Form/fields.html.twig
@@ -204,7 +204,7 @@
204
{% if expanded %}
205
{% set attr = attr|merge({'class': attr.class|default('') ~ ' ' ~ horizontal_input_wrapper_class}) %}
206
{% endif %}
207
- {% if layout is sameas(false) %}
+ {% if layout is same as(false) %}
208
<div>
209
210
{% if widget_type == 'inline-btn' %}
@@ -243,7 +243,7 @@
243
244
</div>
245
246
247
248
249
{% endspaceless %}
0 commit comments