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 ++++++++- client/src/app/videos/+video-watch/video-watch.component.scss | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/+video-watch') 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 }} diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 2586a2204..f96ce8b8f 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -336,7 +336,7 @@ $other-videos-width: 260px; margin-bottom: 12px; .video-attribute-label { - min-width: 91px; + min-width: 142px; padding-right: 5px; display: inline-block; color: #585858; -- cgit v1.2.3