Restore linebreaks in notes

This commit is contained in:
snipe 2016-07-27 20:24:09 -07:00
parent 3514ae2c0d
commit 3fd5fb836f

View file

@ -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>