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
1 merge request!94Resolve "Adjust participant-room view"
<mat-accordion> <mat-accordion>
<mat-expansion-panel *ngFor="let room of rooms"> <mat-expansion-panel *ngFor="let room of rooms">
<mat-expansion-panel-header> <mat-expansion-panel-header>
<button mat-button color="primary" routerLink="/{{ baseUrl }}/room/{{ room.id }}">Join</button>
<mat-panel-title> <mat-panel-title>
{{ room.shortId }} {{ room.shortId }}
</mat-panel-title> </mat-panel-title>
...@@ -11,8 +12,5 @@ ...@@ -11,8 +12,5 @@
<p> <p>
{{ room.description }} {{ room.description }}
</p> </p>
<mat-action-row>
<button mat-button routerLink="/{{ baseUrl }}/room/{{ room.id }}">Join room</button>
</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