From f17f2e4ceba4a4128b4449fd696e5346b108c957 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 9 Aug 2018 22:19:52 -0600 Subject: [PATCH] Update status template view --- resources/views/status/template.blade.php | 203 +++++++++++----------- 1 file changed, 97 insertions(+), 106 deletions(-) diff --git a/resources/views/status/template.blade.php b/resources/views/status/template.blade.php index f82987d9..e33121c0 100644 --- a/resources/views/status/template.blade.php +++ b/resources/views/status/template.blade.php @@ -1,111 +1,102 @@ -
-
- - - {{$item->profile->username}} - -
- -
-
- @if($item->is_nsfw) -
-

-

NSFW / Hidden Image - - - -

-
- @else - - - - @endif -
-
- -

- -
- @csrf - - -
-
-
- -
-

- - {{$item->profile->username}} - - {!! $item->rendered ?? e($item->caption) !!} -

-
- @if($item->comments()->count() > 3) - - @endif -
- @if(isset($showSingleComment) && $showSingleComment === true) -

- - - {{$status->profile->username}} - - - {!! $item->rendered ?? e($item->caption) !!} - - - {{$status->created_at->diffForHumans(null, true, true, true)}} - - -

- @else - @endif -
- -
-