From 14b96ae5db9e5eb665fc614c90cc7fe465a23418 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Thu, 14 Sep 2023 16:42:43 -0400 Subject: [PATCH] Cleaned up some files. small changes to a Talkspace template. --- Custom_Templates/customer_templates/.DS_Store | Bin 18436 -> 18436 bytes ...learning_path_progress_and_cta.html.liquid | 23 +----------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index d9db9f69a6b846aa3c171659236f8e4e58039f08..f53c9158ee645a257017feec120f42ce990484ee 100644 GIT binary patch delta 56 zcmZpfz}PZ@ae_bN>Wu-r`57H1{}Zs=>?QD&b@O>K8_tOh3pR5r+~VC>tj4sN+W^E+ LV%p5^@RuC`ZF&__ delta 206 zcmZpfz}PZ@ae_bN`i%j*`59d%{}Zs=>?QD&wVsn9gdve3hasDxn4tj3N@hsSNjD5m z&d)7iKmaVNa`RnWl5+BsfQmTOkG%A#);r<|WMfsCf>R|Qs@0oi#QZrob1U59oh&FT WzBxvgpJ_9<0i4Ipw3*%EFFOE+tTcQ8 diff --git a/Custom_Templates/customer_templates/Talkspace/_learning_path_progress_and_cta.html.liquid b/Custom_Templates/customer_templates/Talkspace/_learning_path_progress_and_cta.html.liquid index 8ad4f662..cfd7cff4 100644 --- a/Custom_Templates/customer_templates/Talkspace/_learning_path_progress_and_cta.html.liquid +++ b/Custom_Templates/customer_templates/Talkspace/_learning_path_progress_and_cta.html.liquid @@ -17,25 +17,4 @@ {% endif %} - - {% if learning_path.enrolled? == false %} - {% t shared.enroll %} - {% elsif learning_path.started? == false %} - {% t shared.learning_path.start %} - {% elsif learning_path.completed? %} - {% t shared.learning_path.view %} - {% else %} - {% t shared.continue %} - {% endif %} - +{% learning_path_next_step_button learning_path, class: "np-top-button np-button-font-color np-button np-button-big" %}