From ae689853d894f0fbb902057cda62b1d782ad8b18 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 8 Jan 2020 23:28:03 +0100 Subject: Display total of number of video comments via pagination fixes #2391 --- .../app/videos/+video-watch/comment/video-comments.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/videos') 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 e25efc3ee..2bf52ab86 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,10 +1,10 @@
- + - 1 Comment - {{ comments.length }} Comments + 1 Comment + {{ componentPagination.totalItems }} Comments Comments
-- cgit v1.2.3