diff --git a/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid index c9c3a1de..42bc390f 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_cards_course.html.liquid @@ -203,6 +203,11 @@ {% endif %}
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %}
{%- comment -%}
- +
{% if flag == 'dashboard' %}
{% endcomment %}
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} +

- {{ course.name }} + {{ course.name }}

@@ -299,7 +305,7 @@
{% endif %} - + {% assign act_count = 0 %} {% for section in course.sections %} @@ -310,7 +316,7 @@ {{ act_count }} {% if act_count == 1 %}Activity{% else %}Activities{% endif %} {% capture course_path %}{% route course, id: course.id %}{% endcapture %} - \ No newline at end of file + diff --git a/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid index d2d9bdad..72303d12 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_courses_catalog.html.liquid @@ -1,3 +1,5 @@ + +
All Learning
@@ -5,9 +7,13 @@
{% comment %} row row-with-thumbnails {% endcomment %} {% for course in courses.enrolled %} + {% assign allCats = '' %} + {% for category in course.categories %} + {% assign allCats = allCats | append: category.name | append: ' || '%} + {% endfor %} {%- comment -%} {% unless course.progress > 0 %} {% endunless %} {%- endcomment -%} -
+
{%- comment -%} {% include "cards_course" with course, flag: 'catalog' %} {%- endcomment -%} {% if current_person.email contains '+preview' or current_person.email == 'kfelton@anthology.com'%} {% include "cards_course_revamped" with course, flag: 'null' %} diff --git a/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid index 18a8a9a9..4cbcd40b 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/_filter_by_category.html.liquid @@ -73,6 +73,7 @@ } allLearning[i].classList.remove('filtered'); } else { + console.log(allLearning[i].dataset) if(allLearning[i].dataset.categories.indexOf(event.target.value) == -1){ allLearning[i].style.display = 'none'; allLearning[i].classList.add('filtered'); diff --git a/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid index 8460b4c2..a556d61c 100644 --- a/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid +++ b/Custom_Templates/customer_templates/Anthology - Production/homepage.html.liquid @@ -121,6 +121,7 @@
Filter By:
+ {% capture label %}{% t shared.filters.by_type %}{% endcapture %} {% include "filter_by_product", page: 'Homepage' %} {% include "filter_by_category", page: 'Homepage' %}
diff --git a/Custom_Templates/customer_templates/WSGC - New Hire/homepage.html.liquid b/Custom_Templates/customer_templates/WSGC - New Hire/homepage.html.liquid index 807b7bad..8529e3a2 100644 --- a/Custom_Templates/customer_templates/WSGC - New Hire/homepage.html.liquid +++ b/Custom_Templates/customer_templates/WSGC - New Hire/homepage.html.liquid @@ -95,5 +95,4 @@ console.log(`User is enrolled in New Hire Learning Path: {{ is_enrolled_in_new_hire_lp }}`) console.log(`Current Progress of New Hire Path: {{ new_hire_progress }}%`) console.log(`Zoom URL: {{ zoom_url }}`) -