From 1cbb45e296798a73b2a7ac113fefe659ebbb868d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Thu, 8 Mar 2018 20:06:55 +0100
Subject: [PATCH] Add routing to the CreateCommentComponent

---
 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 e3d7a9178..9fa2814f0 100644
--- a/src/app/participant-room/participant-room.component.html
+++ b/src/app/participant-room/participant-room.component.html
@@ -2,7 +2,7 @@
   <mat-list fxLayout="column" fxLayoutGap="10px" fxLayoutAlign="center">
     <mat-list-item>Room: {{roomId}}</mat-list-item>
     <mat-list-item>
-      <button mat-fab color="primary">
+      <button mat-fab color="primary" routerLink="/room/{{roomId}}/create-comment">
         <mat-icon>question_answer</mat-icon>
       </button>
       <button mat-fab color="primary">
-- 
GitLab