+
{{ Math.ceil(course.membership.progress) }}% completed
diff --git a/frontend/src/components/CourseCardOverlay.vue b/frontend/src/components/CourseCardOverlay.vue
index 5b2ebf09..b5c84811 100644
--- a/frontend/src/components/CourseCardOverlay.vue
+++ b/frontend/src/components/CourseCardOverlay.vue
@@ -88,16 +88,16 @@
-
+
{{ __('This course has:') }}
-
+
{{ course.data.lessons }} {{ __('Lessons') }}
-
+
{{ formatAmount(course.data.enrollments) }}
@@ -106,7 +106,7 @@
diff --git a/frontend/src/components/CourseOutline.vue b/frontend/src/components/CourseOutline.vue
index 9417c8b6..42f6f0ef 100644
--- a/frontend/src/components/CourseOutline.vue
+++ b/frontend/src/components/CourseOutline.vue
@@ -36,7 +36,7 @@
class="h-4 w-4 text-ink-gray-9 stroke-1"
/>
{{ chapter.title }}
diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue
index 0ed1fc84..b925cb7f 100644
--- a/frontend/src/components/Quiz.vue
+++ b/frontend/src/components/Quiz.vue
@@ -1,7 +1,7 @@
{{
diff --git a/frontend/src/pages/CertifiedParticipants.vue b/frontend/src/pages/CertifiedParticipants.vue
index f5b4b518..930a20cf 100644
--- a/frontend/src/pages/CertifiedParticipants.vue
+++ b/frontend/src/pages/CertifiedParticipants.vue
@@ -3,12 +3,20 @@
class="sticky flex items-center justify-between top-0 z-10 border-b bg-surface-white px-3 py-2.5 sm:px-5"
>
+
+
+
-
+
{{ __('All Certified Participants') }}
@@ -97,7 +105,7 @@ import {
} from 'frappe-ui'
import { computed, onMounted, ref } from 'vue'
import { updateDocumentTitle } from '@/utils'
-import { BookOpen } from 'lucide-vue-next'
+import { BookOpen, GraduationCap } from 'lucide-vue-next'
const currentCategory = ref('')
const filters = ref({})
diff --git a/frontend/src/pages/CourseDetail.vue b/frontend/src/pages/CourseDetail.vue
index 73ce0f34..fa8fa1da 100644
--- a/frontend/src/pages/CourseDetail.vue
+++ b/frontend/src/pages/CourseDetail.vue
@@ -60,7 +60,7 @@
{{ tag }}
diff --git a/frontend/src/pages/JobDetail.vue b/frontend/src/pages/JobDetail.vue
index 610837bc..d844f336 100644
--- a/frontend/src/pages/JobDetail.vue
+++ b/frontend/src/pages/JobDetail.vue
@@ -67,10 +67,8 @@
-
-
-
-
+
+
{{ __('Organisation') }}
@@ -80,10 +78,8 @@
-
-
-
-
+
+
{{ __('Location') }}
@@ -93,10 +89,8 @@
-
-
-
-
+
+
{{ __('Category') }}
@@ -106,10 +100,8 @@
-
-
-
-
+
+
{{ __('Posted on') }}
@@ -121,11 +113,9 @@
-
-
-
+
{{ __('Applications Received') }}