Skip to content

Commit

Permalink
Merge pull request #329 from KatharinaSt/develop
Browse files Browse the repository at this point in the history
Removed invalid statement
  • Loading branch information
Florian Eckerstorfer committed Nov 25, 2014
2 parents 22237fe + 42ba221 commit b436ace
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 @@ -182,7 +182,7 @@
{% spaceless %}
<div {{ block('widget_container_attributes') }}>
{% for child in form %}
{% if form.multiple is defined %}
{% if multiple %}
{{ checkbox_row(child, { 'no_form_group': true, 'inline' : (attr.inline is defined and attr.inline), 'label_attr': label_attr }) }}
{% else %}
{{ radio_row(child, { 'no_form_group': true, 'inline' : (attr.inline is defined and attr.inline), 'label_attr': label_attr }) }}
Expand Down

0 comments on commit b436ace

Please sign in to comment.