8 lines
		
	
	
		
			292 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			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>
 |