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 -
- -
-