mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed #4778 - added notes to asset model view
This commit is contained in:
parent
0b3d2b46e0
commit
afc7116260
|
@ -166,6 +166,13 @@
|
||||||
</li>
|
</li>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($model->notes)
|
||||||
|
<li>
|
||||||
|
{{ trans('general.notes') }}:
|
||||||
|
{{ $model->notes }}
|
||||||
|
</li>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@if ($model->deleted_at!='')
|
@if ($model->deleted_at!='')
|
||||||
|
|
Loading…
Reference in a new issue