firefly-iii/resources/twig/form/help.twig
2015-07-04 07:53:37 +02:00

4 lines
95 B
Twig

{% if options.helpText %}
<p class="help-block">{{ options.helpText|raw }}</p>
{% endif %}