From 5fb33772c32a7e008b819cf7aa05a5d33cf78795 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 8 Jul 2021 23:23:56 -0600 Subject: [PATCH] Update reply blade view, fix missing avatar and media images --- resources/views/status/reply.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/status/reply.blade.php b/resources/views/status/reply.blade.php index f59df58da..dee2e360c 100644 --- a/resources/views/status/reply.blade.php +++ b/resources/views/status/reply.blade.php @@ -9,12 +9,12 @@
@if($status->parent()->parent()->media()->count()) - + @endif
- +
{{$status->parent()->parent()->profile->username}}
@@ -36,12 +36,12 @@
@if($status->parent()->media()->count()) - + @endif
- +
{{$status->parent()->profile->username}}
@@ -66,7 +66,7 @@

This comment may contain sensitive content. Show

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

{!! $status->rendered !!}

@@ -80,7 +80,7 @@ @else
- +
{{$status->profile->username}}

{!! $status->rendered !!}

@@ -105,12 +105,12 @@
@if($status->comments()->first()->media()->count()) - + @endif
- +
{{$status->comments()->first()->profile->username}}