Files
firefly-iii/resources/views/form/help.twig

4 lines
95 B
Twig
Raw Normal View History

2022-01-29 14:15:34 +01:00
{% if options.helpText %}
<p class="help-block">{{ options.helpText|raw }}</p>
{% endif %}