fix: multicurrency on course cards
This commit is contained in:
@@ -66,7 +66,13 @@
|
||||
</span>
|
||||
</Button>
|
||||
</router-link>
|
||||
|
||||
<Button
|
||||
variant="solid"
|
||||
class="w-full mt-2"
|
||||
v-else-if="batch.data.allow_self_enrollment"
|
||||
>
|
||||
{{ __('Enroll Now') }}
|
||||
</Button>
|
||||
<Button v-if="user?.data?.is_moderator" class="w-full mt-2">
|
||||
<span>
|
||||
{{ __('Edit') }}
|
||||
|
||||
@@ -62,6 +62,9 @@
|
||||
{{ __('Edit') }}
|
||||
</span>
|
||||
</Button>
|
||||
<div class="text-lg font-semibold mb-3">
|
||||
{{ course.data.price }}
|
||||
</div>
|
||||
<div class="flex items-center mb-3">
|
||||
<Users class="h-4 w-4 text-gray-700" />
|
||||
<span class="ml-1">
|
||||
|
||||
Reference in New Issue
Block a user