entry edit, fix menu touch
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
'comment.replyHide' : 'comment.reply') | i18n}}</a>
|
||||
<span *ngIf="canEdit()"> | </span>
|
||||
<a *ngIf="canEdit()" href="javascript:" (click)="edit()">{{'comment.edit' | i18n}}</a>
|
||||
<ng-container *ngIf="moderator">
|
||||
<span class="mod" *ngIf="moderator">
|
||||
<span *ngIf="comment.metadata.flagged"> | </span>
|
||||
<a *ngIf="comment.metadata.flagged" href="javascript:"
|
||||
(click)="modUnflagComment()">{{'moderation.comment.unflag' |
|
||||
@@ -59,7 +59,7 @@
|
||||
<span> | </span>
|
||||
<a href="javascript:" (click)="modDeleteComment(comment)">{{'moderation.comment.delete' |
|
||||
i18n}}</a>
|
||||
</ng-container>
|
||||
</span>
|
||||
</small>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user