From: Rigel Kent Date: Fri, 13 Dec 2019 21:23:13 +0000 (+0100) Subject: Show number of comments under a video in watch view X-Git-Tag: v2.1.0-rc.1~203 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=44efbebac43c2bac75744399dc1176dce7ba3277;p=oweals%2Fpeertube.git Show number of comments under a video in watch view resolves #2338 --- 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