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

4 lines
95 B
Twig
Raw Normal View History

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