From f01eb37fe9cb017c1691eabf07b1d999c61ad5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Mon, 15 Oct 2018 14:53:33 +0200 Subject: [PATCH] Fix statistics-route --- .../pages/room-creator-page/room-creator-page.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/pages/room-creator-page/room-creator-page.component.html b/src/app/components/pages/room-creator-page/room-creator-page.component.html index 8d5fc04aa..4abdfef3d 100644 --- a/src/app/components/pages/room-creator-page/room-creator-page.component.html +++ b/src/app/components/pages/room-creator-page/room-creator-page.component.html @@ -34,7 +34,7 @@ Feedback barometer </button> <button mat-button color="primary" matTooltip="See answer statistics" - routerLink="/creator/room/{{ room.shortId }}/answer-statistics"> + routerLink="/creator/room/{{ room.shortId }}/statistics"> Answer statistics </button> <button *ngIf="!modify" (click)="showEditDialog()" mat-button color="primary"> -- GitLab