Skip to content

Commit

Permalink
Merge pull request #48 from camilleb/master
Browse files Browse the repository at this point in the history
Change field_row for form_row for help type
  • Loading branch information
DavidBadura committed Feb 13, 2014
2 parents e4aab4f + 18c1d3e commit cea7ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/Form/field_type_help.html.twig
Expand Up @@ -6,7 +6,7 @@
{% endif %}
{% endblock %}

{% block field_row %}
{% block form_row %}
{% spaceless %}
<div>
{{ form_label(form, label|default(null)) }}
Expand All @@ -15,4 +15,4 @@
{{ block('field_help') }}
</div>
{% endspaceless %}
{% endblock field_row %}
{% endblock form_row %}

0 comments on commit cea7ba2

Please sign in to comment.