Skip to content

Commit

Permalink
Mobile app: Stop using deprecated module-description
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou authored and mdjnelson committed Jul 31, 2024
1 parent 9f9d995 commit b06a2f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/mobile_view_activity_page_latest.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
}
}}
{{=<% %>=}}
<core-course-module-description description="<% certificate.intro %>" component="mod_customcert" componentId="<% cmid %>"></core-course-module-description>
<core-course-module-info [module]="module" description="<% certificate.intro %>" component="mod_customcert" componentId="<% cmid %>"
[courseId]="courseId"></core-course-module-info>
<ion-list>
<%^canmanage%>
<%#requiredtimemet%>
Expand Down

0 comments on commit b06a2f6

Please sign in to comment.