mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixes #2361
This commit is contained in:
parent
0f72989953
commit
1f30bdee99
|
@ -249,7 +249,7 @@
|
|||
<td>{{ trans('admin/hardware/form.notes') }}</td>
|
||||
<td> {!! nl2br(e($asset->notes)) !!}</td>
|
||||
</tr>
|
||||
@if ($asset->created_at!=''')
|
||||
@if ($asset->created_at!='')
|
||||
<tr>
|
||||
<td>{{ trans('general.created_at') }}</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue