Skip to content

Commit e40c532

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 55b324d + 9404dff commit e40c532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/maintenances/edit.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
<label for="notes" class="col-md-3 control-label">{{ trans('admin/maintenances/form.notes') }}</label>
180180
<div class="col-md-7">
181181
<textarea class="col-md-6 form-control" id="notes" name="notes">{{ old('notes', $item->notes) }}</textarea>
182+
<p class="help-block">{!! trans('general.markdown') !!}</p>
182183
{!! $errors->first('notes', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
183184
</div>
184185
</div>

0 commit comments

Comments
 (0)