diff --git a/src/app/creator-room/creator-room.component.html b/src/app/creator-room/creator-room.component.html index bbcbe08ce0404917bb765cac7d21a9f94cc4890a..87058bab08d94bd37c236e620940ab55f8d02776 100644 --- a/src/app/creator-room/creator-room.component.html +++ b/src/app/creator-room/creator-room.component.html @@ -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>