From 9ea6541488ae06c21cae3b9026728c52e11991cb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Oct 2019 11:09:13 +0200 Subject: Add class to views elements --- client/src/app/shared/video/video-miniature.component.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared/video') diff --git a/client/src/app/shared/video/video-miniature.component.html b/client/src/app/shared/video/video-miniature.component.html index abd193bb1..c4b713073 100644 --- a/client/src/app/shared/video/video-miniature.component.html +++ b/client/src/app/shared/video/video-miniature.component.html @@ -18,8 +18,11 @@ - - - {{ video.views | myNumberFormatter }} views + + + - + {{ video.views | myNumberFormatter }} views + -- cgit v1.2.3