X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.html;h=60b803206220489185679d5baf40006137ecb620;hb=bf079b7bfd7f0fb75ceb28e333bb4b74d8840dd4;hp=e9c23929caeac0da37a622bfce15c63dbc82c6ad;hpb=cf117aaafc1e9ae1ab4c388fc5d2e5ba9349efee;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 e9c23929c..60b803206 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 @@ -1,15 +1,18 @@
- Avatar + Avatar
+
Highlighted comment
+ -
{{ comment.text }}
+
-
Reply
+
Reply
+
Delete
@@ -28,7 +32,9 @@ [video]="video" [inReplyToCommentId]="inReplyToCommentId" [commentTree]="commentChild" - (wantedToReply)="onWantedToReply($event)" + [parentComments]="newParentComments" + (wantedToReply)="onWantToReply($event)" + (wantedToDelete)="onWantToDelete($event)" (resetReply)="onResetReply()" >