Walmart supplier, new templates.
This commit is contained in:
@ -17,9 +17,10 @@
|
||||
<main class="np-main np-catalog np-subpage-container np-max-width">
|
||||
{% include 'welcome_section_opencall' %}
|
||||
<div class="lps-wrapper grid">
|
||||
{% for learning_path in learning_paths.enrolled %}
|
||||
{% assign opencall_enrolled_lps = learning_paths.enrolled | sort: "name" %}
|
||||
{% for learning_path in opencall_enrolled_lps %}
|
||||
{% for category in learning_path.categories %}
|
||||
{% if category.name == "Sam's Club" %}
|
||||
{% if category.name == "Open Call" %}
|
||||
{% include "cards_learning_paths_squares" %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
@ -38,4 +39,4 @@
|
||||
.grid {
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user