2019-01-25 09:05:23 +01:00

8 lines
292 B
HTML

<ion-header>
<ion-navbar core-back-button>
<ion-title>{{ 'addon.notes.notes' | translate }}</ion-title>
<ion-buttons end></ion-buttons>
</ion-navbar>
</ion-header>
<addon-notes-list class="core-avoid-header" [courseId]="courseId" [userId]="userId"></addon-notes-list>