From bdc2834e5148dce2de6229d0ba53e4fe7e877fb7 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Tue, 19 Apr 2022 16:09:16 -0400 Subject: [PATCH] unsaved changed --- .../customer_templates/JnJVision/_cards_course.html.liquid | 4 ---- .../JnJVision/_cards_featured_course.html.liquid | 2 +- .../JnJVision/_cards_training_event.html.liquid | 2 +- .../customer_templates/JnJVision/_course_details.html.liquid | 2 +- .../JnJVision/_course_progress_and_cta.html.liquid | 4 ++-- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid index 9f49a099..e0f48d01 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid @@ -54,10 +54,6 @@ the client wants to revert back. My categories boxes are below. {% endcomment %} {{ course.name }}

diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_cards_featured_course.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_cards_featured_course.html.liquid index 8d0627a4..a9b088c3 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_cards_featured_course.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_cards_featured_course.html.liquid @@ -40,7 +40,7 @@ {% t shared.progress, count: course.progress %} -
+
{% include "course_details" %}
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_cards_training_event.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_cards_training_event.html.liquid index 440a9bc8..c61bcae3 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_cards_training_event.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_cards_training_event.html.liquid @@ -21,7 +21,7 @@
- {% if training_event.sessions.first.day < 10 %}0{% endif %}{{ training_event.sessions.first.day }} + {% if training_event.sessions.first.day < 10 %}0{% endif %}{{ training_event.sessions.first.day }}
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_course_details.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_course_details.html.liquid index c3607eeb..34b7db4e 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_course_details.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_course_details.html.liquid @@ -34,7 +34,7 @@ text-shadow: none; float: right; align: center; - color: white; + color: #cc0033; font-weight: 700; font-size: 10px;' } diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_course_progress_and_cta.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_course_progress_and_cta.html.liquid index e230184c..7d0508c3 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_course_progress_and_cta.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_course_progress_and_cta.html.liquid @@ -1,4 +1,4 @@ -{% comment %}
+w
{% t .header %}
@@ -43,4 +43,4 @@ {% t shared.continue %} {% endif %} -{% endif %}{% endcomment %} \ No newline at end of file +{% endif %} \ No newline at end of file