Skip to content

Commit 1e80db3

Browse files
tobias-93bobvandevijver
authored andcommitted
Remove spaceless filter usage
1 parent 9c4dbda commit 1e80db3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Resources/views/form_css.html.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{% block form_css %}
2-
{% apply spaceless %}
32
{% for child in form %}
43
{{ form_css(child) }}
54
{% endfor %}
6-
{% endapply %}
75
{% endblock form_css %}
86

97
{% block field_css "" %}
108

119
{% block button_css "" %}
1210

1311
{% block collection_css %}
14-
{% apply spaceless %}
1512
{% for child in form %}
1613
{{ form_css(child) }}
1714
{% endfor %}
18-
{% endapply %}
1915
{% endblock collection_css %}

Resources/views/form_js.html.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
{% block form_js %}
2-
{% apply spaceless %}
32
{% for child in form %}
43
{{ form_js(child) }}
54
{% endfor %}
65
{% block form_js_prototype %}{% endblock form_js_prototype %}
7-
{% endapply %}
86
{% endblock form_js %}
97

108
{% block field_js "" %}
119

1210
{% block button_js "" %}
1311

1412
{% block collection_js %}
15-
{% apply spaceless %}
1613
{% for child in form %}
1714
{{ form_js(child) }}
1815
{% endfor %}
19-
{% endapply %}
2016
{% endblock collection_js %}

0 commit comments

Comments
 (0)