mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
4 lines
91 B
Twig
4 lines
91 B
Twig
{% if options.helpText %}
|
|
<p class="help-block">{{ options.helpText }}</p>
|
|
{% endif %}
|