mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
removed redundancy.
This commit is contained in:
parent
f2fab57187
commit
43537d414b
|
@ -13,7 +13,6 @@
|
|||
<div class="alert alert-danger" id="modal_error_msg" style="display:none"></div>
|
||||
|
||||
<div class="row">
|
||||
{{ Form::label('note', trans('general.add_note'), array('class' => 'col-md-3 control-label')) }}
|
||||
<div class="col-md-8">
|
||||
<textarea class="form-control" id="note" name="note">{{ old('note') }}</textarea>
|
||||
{!! $errors->first('note', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
|
||||
|
|
Loading…
Reference in a new issue