diff --git a/resources/views/notes/tagged.blade.php b/resources/views/notes/tagged.blade.php index 98d349e9..2c1d8b2f 100644 --- a/resources/views/notes/tagged.blade.php +++ b/resources/views/notes/tagged.blade.php @@ -5,7 +5,7 @@ @section('content')

Notes tagged with {{ $tag }}

@foreach ($notes as $note) -
+
{!! $note->note !!} {{ $note->humandiff }}