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

CW / NSFW / Hidden Media

+

(click to show)

+
+ @endif + + @if($status->is_nsfw) +
+ @endif +
+ @include('status.show.sidebar') +
+
+
+ +@endsection + +@push('meta') + + + +@endpush