X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.html;h=fdb555d18e88df4c1ff07e588826d8e0be223dcd;hb=f63c03fb6ecccb5ac8e0d88917f072339b38ffb5;hp=f02ea549a86089778c17784f60ee83f1780f6387;hpb=ec903c010ecc54ec2acad0bf2cf10e7fbf6a0fa2;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 f02ea549a..fdb555d18 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,4 +1,4 @@ -
+
-
+
This comment has been deleted
@@ -72,6 +73,7 @@ [focusOnInit]="true" (commentCreated)="onCommentReplyCreated($event)" (cancel)="onResetReply()" + [textValue]="redraftValue" >
@@ -84,8 +86,10 @@ [parentComments]="newParentComments" (wantedToReply)="onWantToReply($event)" (wantedToDelete)="onWantToDelete($event)" + (wantedToRedraft)="onWantToRedraft($event)" (resetReply)="onResetReply()" (timestampClicked)="handleTimestampClicked($event)" + [redraftValue]="redraftValue" >