mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #7683
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<div class="{{ classes }}" id="{{ name }}_holder">
|
||||
{{ dump(options) }}
|
||||
<label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
|
||||
|
||||
|
||||
@@ -8,7 +7,6 @@
|
||||
<div class="input-group-addon">
|
||||
<span class="fa fa-calendar"></span>
|
||||
</div>
|
||||
|
||||
{{ Html.input('date', name, value).id(options.id).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false')
|
||||
.attribute('min', options.min)
|
||||
}}
|
||||
|
Reference in New Issue
Block a user