Skip to content
Snippets Groups Projects
Commit ecea04ac authored by Hagen Dreßler's avatar Hagen Dreßler
Browse files

Fix html template of creator-room

parent 81d320c4
1 merge request!93Resolve "answer statistics (logic)" 2nd
......@@ -30,9 +30,6 @@
<button mat-button color="primary" matTooltip="See answer statistics" routerLink="/creator/room/{{room.id}}/answer-statistics">
Answer statistics
</button>
<button mat-button color="primary" matTooltip="See answer statistics" routerLink="/creator/room/{{room.id}}/answer-statistics">
Answer statistics
</button>
<button *ngIf="!modify" (click)="showEditDialog()" mat-button color="primary">
Edit room
</button>
......
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