mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed #11232 - missing closing div
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bb933e5214
commit
1dbc1f4aa2
|
@ -21,6 +21,7 @@
|
|||
{!! $errors->first('months', '<span class="alert-msg" aria-hidden="true"><i class="fa fa-times" aria-hidden="true"></i> :message</span>') !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Depreciation Minimum -->
|
||||
<div class="form-group {{ $errors->has('depreciation_min') ? ' has-error' : '' }}">
|
||||
|
|
Loading…
Reference in a new issue