From 5d404bf1e7a03128525ff217f90c139f34d266e1 Mon Sep 17 00:00:00 2001 From: IdrisDose Date: Thu, 19 Oct 2017 12:13:35 +1100 Subject: [PATCH] Fixed Unhiding journals --- resources/views/notebooks/index.blade.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/views/notebooks/index.blade.php b/resources/views/notebooks/index.blade.php index f12034e..a24fd0a 100644 --- a/resources/views/notebooks/index.blade.php +++ b/resources/views/notebooks/index.blade.php @@ -130,15 +130,15 @@ @foreach ($notes as $noteObj) @if(!($noteObj->isDeleted()) && ($noteObj->isHidden()))
- +
@@ -159,7 +159,6 @@
-
@endif @endforeach