mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #948
This commit is contained in:
8
resources/views/form/number.twig
Normal file
8
resources/views/form/number.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="{{ classes }}" id="{{ name }}_holder">
|
||||
<label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
|
||||
|
||||
<div class="col-sm-8">
|
||||
{{ Form.input('number', name, value, options) }}
|
||||
{% include 'form/feedback' %}
|
||||
</div>
|
||||
</div>
|
@@ -31,7 +31,7 @@
|
||||
{{ 'savings_balance_text'|_ }}
|
||||
</p>
|
||||
|
||||
{{ ExpandedForm.balance('savings_balance',0) }}
|
||||
{{ ExpandedForm.number('savings_balance',0) }}
|
||||
|
||||
<p>
|
||||
{{ 'finish_up_new_user'|_ }}
|
||||
|
Reference in New Issue
Block a user