Skip to content
Snippets Groups Projects
Commit 335986b6 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust expansion panel for room joining

parent 573b9187
No related merge requests found
<mat-accordion>
<mat-expansion-panel *ngFor="let room of rooms">
<mat-expansion-panel-header>
<button mat-button color="primary" routerLink="/{{ baseUrl }}/room/{{ room.id }}">Join</button>
<mat-panel-title>
{{ room.shortId }}
</mat-panel-title>
......@@ -11,8 +12,5 @@
<p>
{{ room.description }}
</p>
<mat-action-row>
<button mat-button routerLink="/{{ baseUrl }}/room/{{ room.id }}">Join room</button>
</mat-action-row>
</mat-expansion-panel>
</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