2022-07-13 16:19:30 -04:00
|
|
|
<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 %}
|
2022-07-14 18:51:13 -04:00
|
|
|
{% 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" %}
|
2022-07-13 16:19:30 -04:00
|
|
|
{% else %}
|
2022-07-14 18:51:13 -04:00
|
|
|
{% include "sub_navigation_item", label: "Certifications", icon: "fa-solid fas fa-exclamation", url: "" %}
|
|
|
|
|
{% endif %}{% endcomment %}
|
2022-07-13 16:19:30 -04:00
|
|
|
</div>
|
2022-07-14 18:51:13 -04:00
|
|
|
</nav>
|