Skip to content

Commit 6077813

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 2c68695 + 4e8c1e8 commit 6077813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/notifications/markdown/upcoming-audits.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
| **{{ trans('mail.assigned_to') }}** | {{ e($asset->assignedTo->present()->display_name) }} |
3232
@endif
3333
@if ($asset->notes)
34-
| **{{ trans('general.notes') }}** | {{ e($asset->notes) }} |
34+
| **{{ trans('general.notes') }}** | {!! nl2br(e($asset->notes)) !!} |
3535
@endif
3636
| <hr> | <hr> |
3737
@endforeach

0 commit comments

Comments
 (0)