Zenjob Notes, and new Templates
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
<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/knowledge" %}
|
||||
{% if current_person.properties.partner_training_cert == true %}
|
||||
{% include "sub_navigation_item", label: "Certifications", icon: "fa fa-desktop", url: "/app/certifications" %}
|
||||
{% else %}
|
||||
{% include "sub_navigation_item", label: "Certifications", icon: "fa-solid fas fa-exclamation", url: "/app/certifications" %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user