diff --git a/Custom_Templates/customer_templates/Glassdoor/_cards_course.html.liquid b/Custom_Templates/customer_templates/Glassdoor/_cards_course.html.liquid new file mode 100644 index 00000000..258826ae --- /dev/null +++ b/Custom_Templates/customer_templates/Glassdoor/_cards_course.html.liquid @@ -0,0 +1,36 @@ +
+
+ {% if course.ribbon %} +
+ {{ course.ribbon }} +
+ {% endif %} + {{ course.name }} +
+

+ {{ course.name }} +

+
+ {{ course.instructor_names }} +
+ +
+
+
diff --git a/Custom_Templates/customer_templates/Glassdoor/_header.html.liquid b/Custom_Templates/customer_templates/Glassdoor/_header.html.liquid index 90bd5a41..eb0b6b45 100644 --- a/Custom_Templates/customer_templates/Glassdoor/_header.html.liquid +++ b/Custom_Templates/customer_templates/Glassdoor/_header.html.liquid @@ -184,7 +184,7 @@ -{% include "messages" %} +{% comment %} {% include "messages" %} {% endcomment %}