mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Restore linebreaks in notes
This commit is contained in:
parent
3514ae2c0d
commit
3fd5fb836f
|
@ -247,7 +247,7 @@
|
|||
@endif
|
||||
<tr>
|
||||
<td>{{ trans('admin/hardware/form.notes') }}</td>
|
||||
<td>{{ $asset->notes }}</td>
|
||||
<td> {!! nl2br(e($asset->notes)) !!}</td>
|
||||
</tr>
|
||||
@if ($asset->created_at)
|
||||
<tr>
|
||||
|
@ -514,7 +514,7 @@
|
|||
<td></td>
|
||||
<td>
|
||||
<!-- @if ($asset->notes)
|
||||
{{ $asset->notes }}
|
||||
{!! nl2br(e($asset->notes)) !!}
|
||||
@endif -->
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue