diff --git a/resources/views/status/show/album.blade.php b/resources/views/status/show/album.blade.php index 4dea9e76..da71a6dc 100644 --- a/resources/views/status/show/album.blade.php +++ b/resources/views/status/show/album.blade.php @@ -14,6 +14,45 @@ {{$user->username}} +
+ +
@if($status->is_nsfw) diff --git a/resources/views/status/show/photo.blade.php b/resources/views/status/show/photo.blade.php index dba5bcb7..7c3f3456 100644 --- a/resources/views/status/show/photo.blade.php +++ b/resources/views/status/show/photo.blade.php @@ -14,6 +14,45 @@ {{$user->username}}
+
+ +
@if($status->is_nsfw && $status->media_count == 1)