commit
8ee03ac09e
|
@ -2,7 +2,7 @@ name: Prepare
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, integration, workplace, freemium-master ]
|
||||
branches: [ master, integration, freemium-master ]
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
<ion-grid class="ion-no-padding">
|
||||
<ion-row class="ion-no-padding">
|
||||
<ion-col *ngFor="let course of filteredCourses" class="ion-no-padding"
|
||||
size="12" size-sm="6" size-md="6" size-lg="4" size-xl="3" align-self-stretch>
|
||||
size="12" size-sm="6" size-md="6" size-lg="4" size-xl="3">
|
||||
<core-courses-course-progress [course]="course" class="core-courseoverview" showAll="true"
|
||||
[showDownload]="downloadCourseEnabled && downloadEnabled">
|
||||
</core-courses-course-progress>
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
</ion-searchbar>
|
||||
<ion-grid class="ion-no-padding safe-area-page">
|
||||
<ion-row class="ion-no-padding">
|
||||
<ion-col *ngFor="let course of filteredCourses" class="ion-no-padding" size="12" size-sm="6" size-md="6"
|
||||
size-lg="4" size-xl="4" align-self-stretch>
|
||||
<ion-col *ngFor="let course of filteredCourses" class="ion-no-padding"
|
||||
size="12" size-sm="6" size-md="6" size-lg="4" size-xl="4">
|
||||
<core-courses-course-progress [course]="course" class="core-courseoverview" showAll="true">
|
||||
</core-courses-course-progress>
|
||||
</ion-col>
|
||||
|
|
Loading…
Reference in New Issue