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

4 lines
91 B
Twig
Raw Normal View History

2015-05-01 23:17:17 +02:00
{% if options.helpText %}
<p class="help-block">{{ options.helpText }}</p>
{% endif %}