Back to Peertube

Video Comment.Component

client/src/app/+video-watch/shared/comment/video-comment.component.html

8.1.5636 B
Original Source

@if (isCommentDisplayed()) {

@if (!comment().isDeleted) { }

@if (!comment().isDeleted) { @if (highlightedComment() === true) { Highlighted comment }

{{ comment().account.displayName }} {{ comment().by }} {{ comment().createdAt | myFromNow }} @if (comment().heldForReview) { Pending review }

Reply } @if (comment().isDeleted) { Deleted{{ comment().createdAt | myFromNow }}

This comment has been deleted } @if (!comment().isDeleted && inReplyToCommentId() === comment().id) { } @if (commentTree()) { @for (commentChild of commentTree().children; track commentChild) {

} }

} @if (prependModerationActions) { }