Updated cin7 templates while Hubert was out, and downloaded all of Chubb's templates since something needed to be udpated. Ran a script for SPS Commerce to get all the courses.
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
{% include "header" %}
|
||||
{% include "course_version_outdated_alert", courses: courses.featured %}
|
||||
<main class="np-main np-homepage">
|
||||
{% include 'feature_carousel' %}
|
||||
<div class="np-homepage-featured np-max-width">
|
||||
{% include 'homepage-filters' %}
|
||||
{% comment %} {% if courses.enrolled.any? %}
|
||||
<div class="section">
|
||||
<div class="section-headline">My Courses</div>
|
||||
{%include 'in_progress_carousel' %}
|
||||
</div>
|
||||
{% endif %} {% endcomment %}
|
||||
<div class="section">
|
||||
<div class="section-headline">Featured Courses & Learning Paths</div>
|
||||
{%include 'recommended_carousel' %}
|
||||
</div>
|
||||
{% comment %} <div class="section">
|
||||
<div class="section-headline">Onboarding Learning Paths</div>
|
||||
{%include 'onboarding_learning_paths_carousel' %}
|
||||
</div> {% endcomment %}
|
||||
|
||||
</div>
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
Reference in New Issue
Block a user