From aa7e5b259c56a7eaf38d822188008639a1f18a1d Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 9 Nov 2017 11:29:46 +0000 Subject: [PATCH] Add note styles to the notes listed on the tagged page --- resources/views/notes/tagged.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}