min improvement
This commit is contained in:
parent
a92a2447d5
commit
792ad1afc6
@ -29,13 +29,9 @@
|
|||||||
|
|
||||||
<div mat-line>
|
<div mat-line>
|
||||||
<small>
|
<small>
|
||||||
<a href="javascript:" (click)="comment.metadata.reply=!comment.metadata.reply">
|
<a href="javascript:" (click)="comment.metadata.reply=!comment.metadata.reply">{{(comment.metadata.reply ? 'comment.replyHide' : 'comment.reply') | i18n}}</a>
|
||||||
{{(comment.metadata.reply ? 'comment.replyHide' : 'comment.reply') | i18n}}
|
|
||||||
</a>
|
|
||||||
<span *ngIf="moderator"> | </span>
|
<span *ngIf="moderator"> | </span>
|
||||||
<a *ngIf="moderator" href="javascript:" (click)="deleteComment(comment)">
|
<a *ngIf="moderator" href="javascript:" (click)="deleteComment(comment)">{{'comment.delete' | i18n}}</a>
|
||||||
{{'comment.delete' | i18n}}
|
|
||||||
</a>
|
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user