Zenjob templates updates. Notes for a few companies.

This commit is contained in:
Norm Rasmussen
2023-10-12 17:35:48 -04:00
parent 84ecd6c471
commit bcd6e2591f
42 changed files with 508 additions and 1476 deletions

View File

@ -0,0 +1,10 @@
{% capture icon %}
fa-arrow-left
{% endcapture %}
{% include "mobile_header", title: learning_path.name, back_icon: icon, back_link: "/app/courses" %}
<main class="np-main np-max-width np-page-container">
<div id="learning-path-mobile">
{% include "learning_path_mobile_view" %}
</div>
</main>