Skip to content
Snippets Groups Projects

Resolve "Adjust participant-room view"

Merged Lukas Mauß requested to merge 135-adjust-participant-room-view into master
Viewing commit 335986b6
Show latest version
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
<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>