Skip to content
Snippets Groups Projects
Verified Commit c668c106 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Refactor room list to navigate to sub page `room`

parent 2e8970b7
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
{{ room.description }} {{ room.description }}
</p> </p>
<mat-action-row> <mat-action-row>
<button mat-button routerLink="/room/{{ room.id }}">Join room</button> <button mat-button routerLink="room/{{ room.id }}">Join room</button>
</mat-action-row> </mat-action-row>
</mat-expansion-panel> </mat-expansion-panel>
</mat-accordion> </mat-accordion>
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