From 8a32194a0ad52c1641883265b52e3ca01865c7ff Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 10 Nov 2018 20:16:17 -0700 Subject: [PATCH] Update status reply view --- resources/views/status/reply.blade.php | 30 +++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/resources/views/status/reply.blade.php b/resources/views/status/reply.blade.php index 4896d74f8..d661debed 100644 --- a/resources/views/status/reply.blade.php +++ b/resources/views/status/reply.blade.php @@ -4,9 +4,33 @@
- @php($item = $status->parent()) - @php($showSingleComment = true) - @include('status.template') +
+
+
+ +
+
+ + {{$status->parent()->profile->username}} + +
+
+

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

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

{!! $status->rendered !!}

+

{{$status->created_at->diffForHumans()}}

+
+
+
+