From edc54cd5f6f6e1764090cc2c2fed2f62487c9e05 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Fri, 30 Nov 2018 12:46:53 +0530 Subject: [PATCH] Minor improvements for CardList.vue --- .../public/js/education/lms/components/CardList.vue | 4 ++-- erpnext/public/js/education/lms/pages/Home.vue | 2 +- erpnext/public/js/education/lms/pages/ListPage.vue | 2 +- erpnext/public/js/education/lms/pages/ProfilePage.vue | 11 ++++++++--- erpnext/public/js/education/lms/pages/ProgramPage.vue | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/erpnext/public/js/education/lms/components/CardList.vue b/erpnext/public/js/education/lms/components/CardList.vue index 8f6f7c79ae..d19b7f554d 100644 --- a/erpnext/public/js/education/lms/components/CardList.vue +++ b/erpnext/public/js/education/lms/components/CardList.vue @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/erpnext/public/js/education/lms/pages/Home.vue b/erpnext/public/js/education/lms/pages/Home.vue index a554312f81..de4415f20e 100644 --- a/erpnext/public/js/education/lms/pages/Home.vue +++ b/erpnext/public/js/education/lms/pages/Home.vue @@ -3,7 +3,7 @@ - + View All diff --git a/erpnext/public/js/education/lms/pages/ListPage.vue b/erpnext/public/js/education/lms/pages/ListPage.vue index 8227383811..c807f690a0 100644 --- a/erpnext/public/js/education/lms/pages/ListPage.vue +++ b/erpnext/public/js/education/lms/pages/ListPage.vue @@ -3,7 +3,7 @@ Sign Up - + diff --git a/erpnext/public/js/education/lms/pages/ProfilePage.vue b/erpnext/public/js/education/lms/pages/ProfilePage.vue index 6d303c7837..0177df833c 100644 --- a/erpnext/public/js/education/lms/pages/ProfilePage.vue +++ b/erpnext/public/js/education/lms/pages/ProfilePage.vue @@ -1,9 +1,13 @@