MOBILE-3814 module: Change description position inside module info
parent
e39520e96f
commit
d52fc9b666
|
@ -13,14 +13,6 @@
|
|||
<ng-content select="[title]"></ng-content>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
<ion-item class="ion-text-wrap" *ngIf="description">
|
||||
<ion-label>
|
||||
<core-format-text [text]="description" [component]="component" [componentId]="componentId" contextLevel="module"
|
||||
[contextInstanceId]="module.id" [courseId]="courseId" [maxHeight]="expandDescription ? null : 120">
|
||||
</core-format-text>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
<ng-content select="[description]"></ng-content>
|
||||
|
||||
<!-- Module completion. -->
|
||||
<ion-item class="ion-text-wrap"
|
||||
|
@ -51,6 +43,15 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<ion-item class="ion-text-wrap" *ngIf="description">
|
||||
<ion-label>
|
||||
<core-format-text [text]="description" [component]="component" [componentId]="componentId" contextLevel="module"
|
||||
[contextInstanceId]="module.id" [courseId]="courseId" [maxHeight]="expandDescription ? null : 120">
|
||||
</core-format-text>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
<ng-content select="[description]"></ng-content>
|
||||
|
||||
<ng-content></ng-content>
|
||||
|
||||
<!-- Activity has something offline. -->
|
||||
|
|
Loading…
Reference in New Issue