Skip to content
Snippets Groups Projects
Verified Commit 1cbb45e2 authored by Lukas Mauß's avatar Lukas Mauß Committed by Lukas Maximilian Kimpel
Browse files

Add routing to the CreateCommentComponent

parent 49e5fa16
1 merge request!57Resolve "participant home screen - html template (room)"
......@@ -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">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment