Skip to content
Snippets Groups Projects

"create question" and "statistics" commented out for EDULEARN19

Merged Klaus-Dieter Quibeldey-Cirkel requested to merge staging into master
Viewing commit 1cfaa97f
Show latest version
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -46,6 +46,7 @@
@@ -46,6 +46,7 @@
</button>
</button>
</mat-grid-tile>
</mat-grid-tile>
</mat-grid-list>
</mat-grid-list>
 
<!-- commented out for EDULEARN19
<mat-grid-list cols="2" rowHeight="2:1">
<mat-grid-list cols="2" rowHeight="2:1">
<mat-grid-tile>
<mat-grid-tile>
<button mat-icon-button
<button mat-icon-button
@@ -61,6 +62,7 @@
@@ -61,6 +62,7 @@
</button>
</button>
</mat-grid-tile>
</mat-grid-tile>
</mat-grid-list>
</mat-grid-list>
 
-->
<app-content-groups *ngIf="room && room.contentGroups" [contentGroups]="room.contentGroups"></app-content-groups>
<app-content-groups *ngIf="room && room.contentGroups" [contentGroups]="room.contentGroups"></app-content-groups>
</mat-card>
</mat-card>
<div *ngIf="!isLoading && !room">Error: room could not be found!</div>
<div *ngIf="!isLoading && !room">Error: room could not be found!</div>