forked from CIT/Vmeda.Online
		
	MOBILE-2598 competencies: Fix activity links, open them in app
This commit is contained in:
		
							parent
							
								
									a6b6d28d40
								
							
						
					
					
						commit
						75d71e166a
					
				| @ -61,7 +61,7 @@ | ||||
|                         <span *ngIf="competency.coursemodules.length == 0"> | ||||
|                             {{ 'addon.competency.noactivities' | translate }} | ||||
|                         </span> | ||||
|                         <a ion-item text-wrap *ngFor="let activity of competency.coursemodules" [href]="activity.url" [title]="activity.name"> | ||||
|                         <a ion-item text-wrap *ngFor="let activity of competency.coursemodules" [href]="activity.url" [title]="activity.name" core-link capture="true"> | ||||
|                             <img item-start [src]="activity.iconurl" core-external-content alt="" role="presentation" *ngIf="activity.iconurl" class="core-module-icon"> | ||||
|                             <core-format-text [text]="activity.name"></core-format-text> | ||||
|                         </a> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user