Skip to content
Snippets Groups Projects

SWTP Comment Project

Merged Tom Käsler requested to merge swtp-2019/arsnova-lite:master into master
All threads resolved!
Viewing commit 3df3d139
Show latest version
3 files
+ 15
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -49,6 +49,9 @@
<button mat-icon-button (focus)="hideCommentsList=false" (click)="sortTimeStamp()">
<mat-icon color="primary">remove</mat-icon>
</button>
<button mat-icon-button *ngIf="userRole === 1" (focus)="hideCommentsList=false" (click)="deleteComments()">
<mat-icon color="primary">delete</mat-icon>
</button>
</div>
</mat-menu>
</div>