File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments