+ diff --git a/NP_Custom_Templates/customer_templates/.DS_Store b/NP_Custom_Templates/customer_templates/.DS_Store index 6f8a33e1..9c6a2f10 100644 Binary files a/NP_Custom_Templates/customer_templates/.DS_Store and b/NP_Custom_Templates/customer_templates/.DS_Store differ diff --git a/NP_Custom_Templates/customer_templates/G2/_cards_course.html.liquid b/NP_Custom_Templates/customer_templates/G2/_cards_course.html.liquid new file mode 100644 index 00000000..b5a6f607 --- /dev/null +++ b/NP_Custom_Templates/customer_templates/G2/_cards_course.html.liquid @@ -0,0 +1,73 @@ +{% assign activities_count = 0 %} +{% for course_section in course.sections %} + {% for course_activity in course_section.activities %} + {% assign activities_count = activities_count | plus: 1 %} + {% endfor %} +{% endfor %} +{% capture course_path %}{% route course, id: course.id %}{% endcapture %} +
+
+
+
+