From 15012c08a4bcfd68f9313087da3d359f639dad6f Mon Sep 17 00:00:00 2001 From: scmmishra Date: Sat, 3 Nov 2018 18:03:01 +0530 Subject: [PATCH] UI Fixes --- .../components/AcademyCourseCardButton.vue | 1 - .../components/AcademyTopSection.vue | 7 ++--- .../components/AcademyTopSectionButton.vue | 27 +++++++++++++++---- .../web-academy/pages/AcademyHome.vue | 10 +++++-- .../web-academy/pages/AcademyProgramPage.vue | 8 ++++-- 5 files changed, 38 insertions(+), 15 deletions(-) diff --git a/erpnext/public/js/education/web-academy/components/AcademyCourseCardButton.vue b/erpnext/public/js/education/web-academy/components/AcademyCourseCardButton.vue index a6e6f56bd0..10e52e4ccf 100644 --- a/erpnext/public/js/education/web-academy/components/AcademyCourseCardButton.vue +++ b/erpnext/public/js/education/web-academy/components/AcademyCourseCardButton.vue @@ -13,7 +13,6 @@ export default { }, mounted() { if(this.$root.$data.checkCourseCompletion(this.course)){ - console.log('Completed', this.course) this.buttonName = 'Completed' this.className = 'btn-success' } diff --git a/erpnext/public/js/education/web-academy/components/AcademyTopSection.vue b/erpnext/public/js/education/web-academy/components/AcademyTopSection.vue index 8ef11133d8..abbce3a3ce 100644 --- a/erpnext/public/js/education/web-academy/components/AcademyTopSection.vue +++ b/erpnext/public/js/education/web-academy/components/AcademyTopSection.vue @@ -10,18 +10,15 @@

- +

\ No newline at end of file diff --git a/erpnext/public/js/education/web-academy/components/AcademyTopSectionButton.vue b/erpnext/public/js/education/web-academy/components/AcademyTopSectionButton.vue index 35579896d1..e1df97e79e 100644 --- a/erpnext/public/js/education/web-academy/components/AcademyTopSectionButton.vue +++ b/erpnext/public/js/education/web-academy/components/AcademyTopSectionButton.vue @@ -1,5 +1,5 @@