From b7ddc861c5fcdfe5e0a6d9d79883fee902ee35f1 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Thu, 24 Mar 2022 17:56:57 -0400 Subject: [PATCH] Gusto Changes --- .../customer_templates/Gusto/advising.html.liquid | 13 +++++++++++-- .../Gusto/bookkeeping-accounting.html.liquid | 13 +++++++++++-- .../Gusto/running-your-firm.html.liquid | 13 +++++++++++-- .../customer_templates/Gusto/styles.css.liquid | 2 +- 4 files changed, 34 insertions(+), 7 deletions(-) diff --git a/NP_Custom_Templates/customer_templates/Gusto/advising.html.liquid b/NP_Custom_Templates/customer_templates/Gusto/advising.html.liquid index 2826434a..77ce8f83 100644 --- a/NP_Custom_Templates/customer_templates/Gusto/advising.html.liquid +++ b/NP_Custom_Templates/customer_templates/Gusto/advising.html.liquid @@ -5,7 +5,7 @@
{% for course in courses.enrolled %} {% if course.properties.content == "Advising" %} -
+
{% include "cards_course" with course %}
{% endif %} @@ -14,4 +14,13 @@ {% endif %}
-{% include "footer" %} \ No newline at end of file +{% include "footer" %} + + diff --git a/NP_Custom_Templates/customer_templates/Gusto/bookkeeping-accounting.html.liquid b/NP_Custom_Templates/customer_templates/Gusto/bookkeeping-accounting.html.liquid index 3f240444..9c4ae408 100644 --- a/NP_Custom_Templates/customer_templates/Gusto/bookkeeping-accounting.html.liquid +++ b/NP_Custom_Templates/customer_templates/Gusto/bookkeeping-accounting.html.liquid @@ -1,6 +1,6 @@ {% include "header" %} -
+
{% if learning_paths.available.any? %} {% for learning_path in learning_paths.available %} {% if learning_path.name == "Gusto Payroll Certification" %} @@ -17,7 +17,7 @@
{% for course in courses.enrolled %} {% if course.properties.content == "Bookkeeping_Accounting" %} -
+
{% include "cards_course" with course %}
{% endif %} @@ -27,3 +27,12 @@
{% include "footer" %} + + diff --git a/NP_Custom_Templates/customer_templates/Gusto/running-your-firm.html.liquid b/NP_Custom_Templates/customer_templates/Gusto/running-your-firm.html.liquid index 87234326..13b54460 100644 --- a/NP_Custom_Templates/customer_templates/Gusto/running-your-firm.html.liquid +++ b/NP_Custom_Templates/customer_templates/Gusto/running-your-firm.html.liquid @@ -5,7 +5,7 @@
{% for course in courses.enrolled %} {% if course.properties.content == "Running your accounting firm" %} -
+
{% include "cards_course" with course %}
{% endif %} @@ -14,4 +14,13 @@ {% endif %}
-{% include "footer" %} \ No newline at end of file +{% include "footer" %} + + diff --git a/NP_Custom_Templates/customer_templates/Gusto/styles.css.liquid b/NP_Custom_Templates/customer_templates/Gusto/styles.css.liquid index 74b3c030..90cee824 100644 --- a/NP_Custom_Templates/customer_templates/Gusto/styles.css.liquid +++ b/NP_Custom_Templates/customer_templates/Gusto/styles.css.liquid @@ -2,4 +2,4 @@ @import url('https://fonts.googleapis.com/css2?family=Domine:wght@500&family=Fredoka:wght@400;500&display=swap'); - \ No newline at end of file +