diff --git a/resources/views/status/show/photo.blade.php b/resources/views/status/show/photo.blade.php new file mode 100644 index 00000000..dba5bcb7 --- /dev/null +++ b/resources/views/status/show/photo.blade.php @@ -0,0 +1,46 @@ +@extends('layouts.app',['title' => $user->username . " posted a photo: " . $status->likes_count . " likes, " . $status->comments_count . " comments" ]) + +@section('content') + +
+
+
+ +
+ @if($status->is_nsfw && $status->media_count == 1) +
+ +

CW / NSFW / Hidden Media

+

(click to show)

+
+ + + +
+ @elseif(!$status->is_nsfw && $status->media_count == 1) +
+ +
+ @endif +
+ @include('status.show.sidebar') +
+
+
+ +@endsection + +@push('meta') + + + +@endpush