Back to Peertube

Video Comment.Component

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

8.2.0703 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 } @else if (inReplyToCommentId() === comment().id && !isInMobileView()) { } @if (commentTree()) { @for (commentChild of commentTree().children; track commentChild) {

} }

} @if (prependModerationActions) { }

Reply to {{ comment().account?.displayName || 'Unknown' }}