mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
4 lines
91 B
Twig
4 lines
91 B
Twig
|
{% if options.helpText %}
|
||
|
<p class="help-block">{{ options.helpText }}</p>
|
||
|
{% endif %}
|