Skip to content
Snippets Groups Projects
Commit 77c27cdc authored by Heinrich Marks's avatar Heinrich Marks :hibiscus: Committed by Thomas Lenz
Browse files

Change due to merge request proposal

parent 015a6d5d
No related merge requests found
......@@ -23,11 +23,10 @@
<mat-divider></mat-divider>
<mat-card-actions>
<button mat-button color="primary" matTooltip="Create new content" (click)="createContentDialog()"> <!-- routerLink="/creator/room/{{room.id}}/content-creation"> -->
<button mat-button color="primary" matTooltip="Create new content" (click)="createContentDialog()">
Create content
</button>
<button mat-button color="primary" matTooltip="See room comments"
routerLink="/creator/room/{{room.id}}/comments">
<button mat-button color="primary" matTooltip="See room comments" routerLink="/creator/room/{{room.id}}/comments">
Comments
</button>
<button (click)="showEditDialog()" mat-button color="primary">
......
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