From 6de4bfe959a64dfadacc8390ed22849502fd19f3 Mon Sep 17 00:00:00 2001
From: Lukas Kimpel <lukas.kimpel@mni.thm.de>
Date: Thu, 15 Mar 2018 19:33:42 +0100
Subject: [PATCH] Navigate to new route when entering question carousel

---
 src/app/participant-room/participant-room.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/participant-room/participant-room.component.html b/src/app/participant-room/participant-room.component.html
index 2e01bed8e..0341c622a 100644
--- a/src/app/participant-room/participant-room.component.html
+++ b/src/app/participant-room/participant-room.component.html
@@ -20,7 +20,7 @@
         <button mat-icon-button color="primary" matTooltip="Give feedback">
           <mat-icon>feedback</mat-icon>
         </button>
-        <button mat-button color="primary" matTooltip="Join question round">
+        <button mat-button color="primary" matTooltip="Join question round" routerLink="/participant/room/{{ room.id }}/questions">
           Questions
         </button>
         <button mat-button color="primary" matTooltip="Start personal question round">
-- 
GitLab