Fixed #4778 - added notes to asset model view

This commit is contained in:
snipe 2018-01-09 20:00:06 -08:00
parent 0b3d2b46e0
commit afc7116260

View file

@ -166,6 +166,13 @@
</li>
@endif
@if ($model->notes)
<li>
{{ trans('general.notes') }}:
{{ $model->notes }}
</li>
@endif
@if ($model->deleted_at!='')