Skip to content
Snippets Groups Projects
Commit 6c8712d3 authored by Sebastian Wittek's avatar Sebastian Wittek
Browse files

Fix participants comment route

parent 2ba31168
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<mat-grid-list cols="3" rowHeight="2:1"> <mat-grid-list cols="3" rowHeight="2:1">
<mat-grid-tile> <mat-grid-tile>
<button mat-icon-button color="primary" matTooltip="{{ 'room-page.create-comment' | translate}}" <button mat-icon-button color="primary" matTooltip="{{ 'room-page.create-comment' | translate}}"
routerLink="/participant/room/{{ room.id }}/comments"> routerLink="/participant/room/{{ room.shortId }}/comments">
<mat-icon>question_answer</mat-icon> <mat-icon>question_answer</mat-icon>
</button> </button>
</mat-grid-tile> </mat-grid-tile>
......
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