users subcomments
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user