diff --git a/Resources/views/Form/bootstrap.html.twig b/Resources/views/Form/bootstrap.html.twig index 930882f..0617024 100644 --- a/Resources/views/Form/bootstrap.html.twig +++ b/Resources/views/Form/bootstrap.html.twig @@ -87,7 +87,7 @@ {% endif %} {% set prototype_html = '
' ~ form_widget(prototype, prototype_vars) ~ '
' %} {% if form.vars.allow_delete %} - {% set prototype_html = prototype_html ~ '
' ~ form.vars.delete_button_text|trans({}, translation_domain)|parse_icons|raw ~ '
' %} + {% set prototype_html = prototype_html ~ '
' ~ form.vars.delete_button_text|trans({}, translation_domain)|parse_icons|raw ~ '
' %} {% endif %} {% set prototype_html = '
' ~ prototype_html ~ '
' %} @@ -105,7 +105,7 @@ {% if form.vars.allow_delete %}
- {{ form.vars.delete_button_text|trans({}, translation_domain)|parse_icons|raw }} + {{ form.vars.delete_button_text|trans({}, translation_domain)|parse_icons|raw }}
{% endif %} @@ -113,7 +113,7 @@ {% endfor %} {% if form.vars.allow_add %} - {{ form.vars.add_button_text|trans({}, translation_domain)|parse_icons|raw }} + {{ form.vars.add_button_text|trans({}, translation_domain)|parse_icons|raw }} {% endif %} {% endspaceless %}