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