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

Add simple routing for answer-statistics

parent 4a51281b
1 merge request!93Resolve "answer statistics (logic)" 2nd
......@@ -30,6 +30,9 @@
<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