From 24dc518fc3ce55611f4ade415c25f5a190b8c2ab Mon Sep 17 00:00:00 2001 From: St John Karp Date: Mon, 8 Oct 2018 07:05:50 -0700 Subject: [PATCH] Wrap a single status in a ul when replying When showing a single status we still need to wrap it in a ul or there'll be a weird dot. --- resources/views/show_status.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/views/show_status.blade.php b/resources/views/show_status.blade.php index 4210183..b793fbf 100644 --- a/resources/views/show_status.blade.php +++ b/resources/views/show_status.blade.php @@ -15,8 +15,10 @@ @component('navigation') @endcomponent - @component('status', ['status' => $status]) - @endcomponent + @if ($logged_in)