mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
10 lines
303 B
Twig
10 lines
303 B
Twig
<div class="{{ classes }}" id="{{ name }}_holder">
|
|
<label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
|
|
|
|
<div class="col-sm-8">
|
|
{{ Form.file(name, options) }}
|
|
{% include 'form/help.twig' %}
|
|
{% include 'form/feedback.twig' %}
|
|
</div>
|
|
</div>
|