X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.html;h=8a649e88fe63ce80982e6d9fbf49dbf130bd12a5;hb=33bacf9cfe1f33526f2aa6601f724350e4f005dd;hp=4f9597607cd93e49b4a83ceda0b0aaab62ab3f33;hpb=4cb6d4578893db310297d7e118ce2fb7ecb952a3;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.html b/client/src/app/videos/+video-watch/comment/video-comment.component.html index 4f9597607..8a649e88f 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.html @@ -2,11 +2,13 @@ Avatar
+
Highlighted comment
+
- -
{{ comment.createdAt | myFromNow }}
+ + {{ comment.createdAt | myFromNow }}
-
{{ comment.text }}
+
Reply
@@ -18,6 +20,7 @@ [user]="user" [video]="video" [parentComment]="comment" + [parentComments]="newParentComments" [focusOnInit]="true" (commentCreated)="onCommentReplyCreated($event)" > @@ -29,6 +32,7 @@ [video]="video" [inReplyToCommentId]="inReplyToCommentId" [commentTree]="commentChild" + [parentComments]="newParentComments" (wantedToReply)="onWantToReply($event)" (wantedToDelete)="onWantToDelete($event)" (resetReply)="onResetReply()"