From adb115f5522bea4d52456a9fc5eb4140bb064476 Mon Sep 17 00:00:00 2001 From: clementbrizard Date: Sat, 12 Jan 2019 13:45:39 +0000 Subject: Enable video watch --- client/src/app/videos/+video-watch/video-watch.component.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.html') diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 770785d02..2cdbc7aa6 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -33,7 +33,6 @@

{{ video.name }}

-
Published {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views
@@ -160,6 +159,14 @@ {{ video.privacy.label }}
+
+ Originally published on + Unknown + + {{ video.originallyPublishedAt | date: 'dd MMMM yyyy' }} + +
+
Category {{ video.category.label }} -- cgit v1.2.3