Restore linebreaks in notes
This commit is contained in:
parent
3514ae2c0d
commit
3fd5fb836f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue