Skip to content

Commit edb07fd

Browse files
committed
Remove unused markup in components filter
1 parent 6d5c5fc commit edb07fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bundle/Resources/views/admin/components/index.html.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
{{ form_row(filter_form.contentType, {placeholder: 'components.filter_form.content_type.placeholder'}) }}
2323
</div>
2424
<div class="row-input">
25-
<div class="checkbox row-input{% if filter_form.showOnlyUnused.vars.disabled %} disabled-input{% endif %}">
26-
{{- form_errors(filter_form.showOnlyUnused) -}}
27-
{{- form_widget(filter_form.showOnlyUnused) -}}
28-
{{- form_label(filter_form.showOnlyUnused) -}}
25+
<div class="checkbox row-input">
26+
{{ form_errors(filter_form.showOnlyUnused) }}
27+
{{ form_widget(filter_form.showOnlyUnused) }}
28+
{{ form_label(filter_form.showOnlyUnused) }}
2929
</div>
3030
</div>
3131
</div>

0 commit comments

Comments
 (0)