Updated some Cin7 Templates. Redownloaded the Sandata templates. Chubb notes and todos.
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
{% if learning_path.enrolled? %}
|
||||
<div class="np-top-cta-progress-content">
|
||||
{% for category in learning_path.categories %}
|
||||
{% if category.name contains "Deep Dive: Core" %}
|
||||
<div class="np-top-cta-progress-content" style="visibility: hidden;">
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<div class="lp-progress-text
|
||||
{% if learning_path.completed? %} np-color-success {% else %} np-button-color {% endif %}
|
||||
">
|
||||
|
||||
Reference in New Issue
Block a user