diff --git a/erpnext/public/js/education/web-academy/components/AcademyCourseCard.vue b/erpnext/public/js/education/web-academy/components/AcademyCourseCard.vue new file mode 100644 index 0000000000..3620ccbd8c --- /dev/null +++ b/erpnext/public/js/education/web-academy/components/AcademyCourseCard.vue @@ -0,0 +1,54 @@ + + + + + + {{ course.course_name }} + + Course Content + + {{ content.content }} + + + + + Start Course + Continue + Completed + + + + + + + + + \ No newline at end of file diff --git a/erpnext/public/js/education/web-academy/pages/AcademyCoursePage.vue b/erpnext/public/js/education/web-academy/pages/AcademyCoursePage.vue index c57076b599..1616ba6918 100644 --- a/erpnext/public/js/education/web-academy/pages/AcademyCoursePage.vue +++ b/erpnext/public/js/education/web-academy/pages/AcademyCoursePage.vue @@ -1,10 +1,85 @@ - - Course Page - + + + + + \ No newline at end of file + + + \ No newline at end of file