Skip to content
Snippets Groups Projects
Commit a156e3c1 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Revert "Merge branch..."

This reverts merge request !437
parent b1c8040f
No related merge requests found
......@@ -17,7 +17,7 @@
</mat-icon>
</button>
<span class="fill-remaining-space"></span>
<ng-container *ngIf="user.role>=2&&isMobile">
<ng-container *ngIf="isMobile">
<button mat-flat-button class="edit-button" [matMenuTriggerFor]="editMenu" aria-label="Example icon-button with a menu">
<mat-icon>edit</mat-icon>
<span>{{'comment-page.edit' | translate}}</span>
......@@ -71,7 +71,7 @@
</button>
</mat-menu>
</ng-container>
<ng-container *ngIf="userRole<2||!isMobile">
<ng-container *ngIf="!isMobile">
<button mat-icon-button *ngIf="(isCreator || isModerator || comment.answer) && !inAnswerView"
(click)="answerComment()" tabindex="0" attr.aria-labelledby="comment_answer{{ comment.id }}">
<mat-icon class="not-marked" [ngClass]="{'answered-icon' : comment.answer}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment