More Luminate changes... HackerRank's subnavigation is completed. Updated Cin7 templates.
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
<div class="np-card-content-footer">
|
||||
<div class="np-card-content-progress np-button-color">
|
||||
{% if course.enrolled? == false and course.properties.course_cost > 0 %}
|
||||
Course for Purchase
|
||||
{{ course.properties.course_cost }}
|
||||
{% else %}
|
||||
{% t shared.progress, count: course.progress %}
|
||||
{% endif %}
|
||||
@ -46,7 +46,7 @@
|
||||
{% endif %}
|
||||
<a class="np-button np-button-wide" href="{{ course_path }}">
|
||||
{% if course.enrolled? == false and course.properties.course_cost > 0 %}
|
||||
${{ course.properties.course_cost }}
|
||||
Paid Course
|
||||
{% elsif course.progress > 0 and course.progress < 100 %}
|
||||
Continue
|
||||
{% elsif course.progress == 100 %}
|
||||
|
||||
Reference in New Issue
Block a user