From 6d4edf6f200b846e14df788cda94a7043455e2d9 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 8 Nov 2018 22:44:33 -0700 Subject: [PATCH] Add timeline video view --- .../views/status/timeline/video.blade.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 resources/views/status/timeline/video.blade.php diff --git a/resources/views/status/timeline/video.blade.php b/resources/views/status/timeline/video.blade.php new file mode 100644 index 000000000..e0f4245ef --- /dev/null +++ b/resources/views/status/timeline/video.blade.php @@ -0,0 +1,19 @@ +@if($status->is_nsfw) +
+ +

CW / NSFW / Hidden Media

+

(click to show)

+
+
+ +
+
+@else +
+ +
+@endif \ No newline at end of file