More Luminate changes... HackerRank's subnavigation is completed. Updated Cin7 templates.

This commit is contained in:
Norm Rasmussen
2024-06-11 16:19:55 -04:00
parent 1ca3e78eda
commit fac495a7e0
22 changed files with 427 additions and 336 deletions

View File

@ -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 %}