From 2f55d8491aa41fd89ae7b53f78876fa2f9f2209e Mon Sep 17 00:00:00 2001 From: kplaczek Date: Sun, 22 Apr 2018 18:45:19 +0200 Subject: [PATCH] Fixed bug with displaying icon for the notes without one set. --- resources/views/list.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index baf8d5d..c8a599d 100755 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -57,7 +57,7 @@
{{ $note->topic?$note->topic:str_limit($note->text, 30, '...') }}