From ecea04ac5c33cf600773b0d7d607e3f81cf08c59 Mon Sep 17 00:00:00 2001 From: Hagen <hagen.dressler@mni.thm.de> Date: Thu, 15 Mar 2018 01:33:29 +0100 Subject: [PATCH] Fix html template of creator-room --- src/app/creator-room/creator-room.component.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/creator-room/creator-room.component.html b/src/app/creator-room/creator-room.component.html index 87058bab0..bbcbe08ce 100644 --- a/src/app/creator-room/creator-room.component.html +++ b/src/app/creator-room/creator-room.component.html @@ -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> -- GitLab