File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 119119 {{ trans (' general.notes' ) } }
120120 </label >
121121 @if ($snipeSettings -> require_checkinout_notes == " 1" )
122- <div class =" col-md-8 required " >
122+ <div class =" col-md-8" >
123123 <textarea class =" col-md-6 form-control" id =" note" required =" true"
124124 name =" note" >{{ old (' note' , $asset -> note ) } } </textarea >
125125 {!! $errors -> first (' note' , ' <span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>' ) ! !}
Original file line number Diff line number Diff line change 142142 {{ trans (' general.notes' ) } }
143143 </label >
144144 @if ($snipeSettings -> require_checkinout_notes == " 1" )
145- <div class =" col-md-8 required " >
145+ <div class =" col-md-8" >
146146 <textarea class =" col-md-6 form-control" id =" note" required =" true"
147147 name =" note" >{{ old (' note' , $asset -> note ) } } </textarea >
148148 {!! $errors -> first (' note' , ' <span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>' ) ! !}
You can’t perform that action at this time.
0 commit comments