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