From 86521a67b2edb06a139b095e489c205457eaba8f Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 17 Apr 2020 10:47:22 +0200 Subject: Add video channel and video thumbnail, rework video appearance in row --- .../video-abuse-list.component.html | 23 +++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html') diff --git a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html index 204cb209e..2204bb371 100644 --- a/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html +++ b/client/src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html @@ -41,9 +41,22 @@ - - - {{ videoAbuse.video.name }} + +
+
+ + Deleted +
+
+
+ {{ videoAbuse.video.name }} + + + +
+
by {{ videoAbuse.video.channel?.displayName }} on {{ videoAbuse.video.channel?.host }}
+
+
@@ -78,10 +91,10 @@
-
+
The video was {{ videoAbuse.video.deleted ? 'deleted' : 'blacklisted' }}
-
+
-- cgit v1.2.3