users subcomments

This commit is contained in:
2021-10-06 13:30:17 +02:00
parent a464042482
commit 86d9f15679
5 changed files with 6 additions and 2 deletions
@@ -6,7 +6,7 @@
<p>{{'user.commentsBy' | i18n}}<a routerLink="/u/{{username}}">{{username}}</a></p>
<ng-container *ngFor="let comment of comments.content; let i = index">
<mat-divider class="divider" *ngIf="i > 0"></mat-divider>
<ui-comment [comment]="comment" [ignore]="ignore"></ui-comment>
<ui-comment [comment]="comment" [ignore]="ignore" [parentLink]="true"></ui-comment>
</ng-container>
<mat-list *ngIf="comments.totalElements == 0">