File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Symfony/Bridge/Twig/Resources/views/Form Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 361
361
{# Help #}
362
362
363
363
{%- block form_help -%}
364
- {% set row_class = row_attr .class | default (' ' ) %}
365
- {% set help_class = ' form-text' %}
366
- {% if ' input-group' in row_class %}
364
+ {%- set row_class = row_attr .class | default (' ' ) - %}
365
+ {%- set help_class = ' form-text' - %}
366
+ {%- if ' input-group' in row_class - %}
367
367
{#- Hack to properly display help with input group -#}
368
- {% set help_class = ' input-group-text' %}
369
- {% endif %}
368
+ {%- set help_class = ' input-group-text' - %}
369
+ {%- endif - %}
370
370
{%- if help is not empty -%}
371
371
{%- set help_attr = help_attr | merge ({class : (help_attr .class |default (' ' ) ~ help_class ~ ' mb-0' )|trim }) -%}
372
372
{%- endif -%}
You can’t perform that action at this time.
0 commit comments