From 74d46e88f4da6145cf8af1e85bca4abaf5f4df66 Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Mon, 24 Feb 2025 13:35:42 -0500 Subject: [PATCH] Walmart CSV for Miro. Templates changes for my sandbox. --- Custom_Templates/customer_templates/.DS_Store | Bin 22532 -> 20484 bytes .../_learning_paths_index.html.liquid | 6 ++++++ 2 files changed, 6 insertions(+) diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store index 8acb5ea0ba1d2c872d50706b962c0fc90e3e776b..df8e689cecde92ce084e34df345249470782b7a4 100644 GIT binary patch delta 154 zcmZqKz}T{YQJ8^&fzhcn#gKu)1IXk6VvmW!HjLaG1Kb%WzjW8xe3;RLkI`dtfQQaz z2aoN{lh1mKPF}?*I5|uB4=2lQ(RGqxeUTd?N!$$VWYt5y3 vbMt`)vI8*?cueLGkYMEAEXeenc`|>9FApQcJ_aBiusI{7o*ATtDK{SgYE>u3 delta 1164 zcmZo!z}T{ZQJ8^&fzhcn#gKs^0LbJ3;(&?5HjLsM1Kb%We-u`k{N6!&^EF0OK1Q3# z2Si*ZTPgEyP8Dflsh4L6XGmnoVaNrNMGPej3Jk#v$qbncc|dk1P&@}HuE5|7B=dkc z18%P5^KnX$i0}PX8BsDhkNd9M=*r2hPTS0-* zcJexVt<7c*8`&psb(a-DRnNe%nMdF;^XBi?0xTTtpcD-(OeXVtNHFqj7G!$PJel9e Vmj@V*ph6}BB)K`mr=A&P5CFQx^#A|> diff --git a/Custom_Templates/customer_templates/Norms-Sandbox-v3/_learning_paths_index.html.liquid b/Custom_Templates/customer_templates/Norms-Sandbox-v3/_learning_paths_index.html.liquid index a4681210..3703f176 100644 --- a/Custom_Templates/customer_templates/Norms-Sandbox-v3/_learning_paths_index.html.liquid +++ b/Custom_Templates/customer_templates/Norms-Sandbox-v3/_learning_paths_index.html.liquid @@ -1,5 +1,11 @@
{% if items.any? %} + {% for course in items %} + + {% endfor %} {% for learning_path in items %} {% include "cards_learning_path" with learning_path %} {% endfor %}