From 44efbebac43c2bac75744399dc1176dce7ba3277 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 13 Dec 2019 22:23:13 +0100 Subject: [PATCH] Show number of comments under a video in watch view resolves #2338 --- .../+video-watch/comment/video-comments.component.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index be20a8490..844263ddd 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html @@ -1,7 +1,12 @@
-
- Comments +
+ + + 1 Comment + {{ comments.length }} Comments + + Comments
-- 2.41.0