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