From e8050208969ee8af554c0aad276bea41dcf304ef Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Sat, 5 Oct 2019 18:10:49 +0200 Subject: Allow to toggle video publication date to display absolute date --- client/src/app/videos/+video-watch/video-watch.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos') 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 cd60c407f..68f284be3 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -42,7 +42,7 @@

{{ video.name }}

- Published {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views + Published - {{ video.views | myNumberFormatter }} views
@@ -51,7 +51,7 @@

{{ video.name }}

- Published {{ video.publishedAt | myFromNow }} - {{ video.views | myNumberFormatter }} views + Published - {{ video.views | myNumberFormatter }} views
-- cgit v1.2.3