Skip to content

Commit

Permalink
Merge pull request #264 from althaus/patch-1
Browse files Browse the repository at this point in the history
Fixed conflict with BS error class (fixes #263)
  • Loading branch information
Florian Eckerstorfer committed Jul 30, 2014
2 parents 2082f2f + d81a349 commit 4793528
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 @@ -736,7 +736,7 @@
{% endif %}

{% if form.vars.errors|length > 0 %}
{% set attr = attr|merge({ 'class': (attr.class|default('') ~ ' has-error')|trim }) %}
{% set attr = attr|merge({ 'class': (attr.class|default('') ~ ' has-global-errors')|trim }) %}
{% endif %}

{% if col_size is defined %}
Expand Down

0 comments on commit 4793528

Please sign in to comment.