Skip to content

Commit

Permalink
Fixed typo (#452)
Browse files Browse the repository at this point in the history
The variable name was wrong.
  • Loading branch information
benr77 authored and Florian Eckerstorfer committed Oct 10, 2016
1 parent 5f5e916 commit 4367295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Form/bootstrap.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</div>
{% if form.vars.allow_delete %}
<div class="col-xs-{{ form.vars.button_col }}">
<a href="#" class="{{ form.vars.button_delete_class }}" data-removefield="collection" data-field="{{ field.vars.id }}">{{ delete_button_text|parse_icons|raw }}</a>
<a href="#" class="{{ form.vars.delete_button_class }}" data-removefield="collection" data-field="{{ field.vars.id }}">{{ delete_button_text|parse_icons|raw }}</a>
</div>
{% endif %}
</div>
Expand Down

0 comments on commit 4367295

Please sign in to comment.