moved a bunch of churned customers templates to a hidden folder. Added to Sandata's script and the new groups. Notes.

This commit is contained in:
Norm Rasmussen
2024-05-06 17:07:40 -04:00
parent e9a721cfd6
commit 86ef310892
1042 changed files with 4425 additions and 339 deletions

View File

@ -0,0 +1,12 @@
<nav class="np-sub-navigation">
<div class="np-sub-navigation-content">
{% comment %} . {% include "sub_navigation_item", label: "All Courses", icon: "fa fa-book-open", url: '/app/courses' %} {% endcomment %}
{% include "sub_navigation_item", label: "Knowledge", icon: "fa fa-tasks", url: "/app/partner-training" %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/partner-certs" %}
{% comment %} {% if current_person.properties.partner_training_cert == true %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/certification" %}
{% else %}
{% include "sub_navigation_item", label: "Certifications", icon: "fa-solid fas fa-exclamation", url: "" %}
{% endif %}{% endcomment %}
</div>
</nav>