MOBILE-3120 imscp: Display description

main
Albert Gasset 2019-09-06 16:33:20 +02:00
parent 697ef74d46
commit 62a6913f30
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<!-- Content. -->
<core-loading [hideUntil]="loaded" class="core-loading-center">
<div class="addon-mod-imscp-container">
<core-course-module-description [description]="description" [component]="component" [componentId]="componentId"></core-course-module-description>
<core-navigation-bar [previous]="previousItem" [next]="nextItem" (action)="loadItem($event)" [info]="description" [title]="'core.description' | translate" [component]="component" [componentId]="componentId"></core-navigation-bar>
<core-iframe [src]="src"></core-iframe>
</div>