Added the Basic group templates for Walmart Luminate-Scintilla. Mizuno Monthly.
This commit is contained in:
@ -79,6 +79,7 @@
|
||||
<div class="np-homepage-subheadline">
|
||||
{{ homepage.subheadline }}
|
||||
</div>
|
||||
{% unless basic_3p_user %}
|
||||
<form
|
||||
class="np-header-search np-hero-search"
|
||||
data-test="mobile-search"
|
||||
@ -92,6 +93,7 @@
|
||||
placeholder="What are you looking for?" />
|
||||
<i class="np-header-search-icon hero-search-icon far fa-search"></i>
|
||||
</form>
|
||||
{% endunless %}
|
||||
</div>
|
||||
</div>
|
||||
<img
|
||||
@ -100,7 +102,13 @@
|
||||
alt="{{ homepage.headline }}" />
|
||||
</div>
|
||||
</div>
|
||||
{% include "sub_navigation" %}
|
||||
|
||||
{% if basic_3p_user %}
|
||||
<script> console.log("Homepage: This is a basic user!") </script>
|
||||
{% assign enrolled_courses = courses.enrolled %}
|
||||
{% include "basic_group_homepage", items: enrolled_courses %}
|
||||
{% else %}
|
||||
{% include "sub_navigation" %}
|
||||
|
||||
{% include "homepage_featured", items: catalog_courses %}
|
||||
|
||||
@ -192,6 +200,8 @@
|
||||
</button>
|
||||
</main>
|
||||
{%- endcomment -%}
|
||||
{% comment %} This endif is for the "if basic_3p_group" {% endcomment %}
|
||||
{% endif %}
|
||||
{% include "footer" %}
|
||||
|
||||
<div
|
||||
@ -221,7 +231,6 @@
|
||||
{% comment %} SANDBOX SCHOOL {% endcomment %}
|
||||
<a href="javascript:setPopupSeenProperty('/app/courses/52f20328-9868-40e5-9ceb-699f6ab2c6ec')" ">Sure! Show me around.</a>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user