X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comments.component.html;h=5fabb7dfe70a62df015e88980eeb70b239532bd7;hb=5dfb7c1dec8222b0bbccac5b56ad46da1438747e;hp=7b941454a96672a6bf1b83cbe6a4390d4bb15ff1;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git 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 7b941454a..5fabb7dfe 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
@@ -21,6 +26,7 @@ myInfiniteScroller [autoInit]="true" (nearOfBottom)="onNearOfBottom()" + [dataObservable]="onDataSubject.asObservable()" >
@@ -48,6 +55,7 @@ (wantedToDelete)="onWantedToDelete($event)" (threadCreated)="onThreadCreated($event)" (resetReply)="onResetReply()" + (timestampClicked)="handleTimestampClicked($event)" >