From 73e162e4db677794e33719e743a1fcf9def20d85 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 19 Jun 2019 02:02:29 -0600 Subject: [PATCH] Update status reply view --- resources/views/status/reply.blade.php | 75 +++++++++++++++++++++++--- 1 file changed, 67 insertions(+), 8 deletions(-) diff --git a/resources/views/status/reply.blade.php b/resources/views/status/reply.blade.php index 8c33b96f4..31321319a 100644 --- a/resources/views/status/reply.blade.php +++ b/resources/views/status/reply.blade.php @@ -8,24 +8,47 @@
-
-
- - {{$status->parent()->profile->username}} - +
+
+
+ + {{$status->parent()->profile->username}} +
+
+ +
-

{{ str_limit($status->parent()->caption, 125) }}

+

{{ str_limit($status->parent()->caption, 125) }}

+ @if($status->is_nsfw) +
+ +

This content may contain sensitive content. Show

+
+
+ +
+
{{$status->profile->username}}
+

{!! $status->rendered !!}

+ +
+
+
+ @else
-
{{$status->profile->username}}
-

{!! $status->rendered !!}

+
{{$status->profile->username}}
+

{!! $status->rendered !!}

+ @endif
@@ -48,6 +72,41 @@ @endsection +@push('styles') + +@endpush + @push('scripts')