Luminate templates mostly. Cin7 too.

This commit is contained in:
Norm Rasmussen
2024-06-03 17:27:33 -04:00
parent 1c28a57244
commit 2f75b0779a
8 changed files with 72 additions and 30 deletions

View File

@ -8,7 +8,10 @@
class="learning-path-card-image"
/>
{% if course.ribbon %}
<div class="np-card-ribbon" {% if course.ribbon == "Omni" %} style="background: #0026b2;"{% endif %}>
<div class="np-card-ribbon" {% if course.ribbon == "Omni" %} style="background: #0026b2;"
{% elsif course.ribbon == "Core"%} style="background: #05CBBF"
{% else %} style="background: #213343"
{% endif %}>
{{ course.ribbon }}
</div>
{% endif %}