Changed some scripts for Walmart screenshots and Cloning courses. Updated a bunch of Notes from Pipedrive, Copado, etc. Updated Cin7's templates.
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
{% assign omni = false %}
|
||||
{% assign core = false %}
|
||||
{% assign multiprod = false %}
|
||||
{% assign log_out = true %}
|
||||
|
||||
{% if current_person.signed_in? %}
|
||||
{% assign log_out = false %}
|
||||
{% for group in current_person.groups %}
|
||||
{% if group.name contains 'Core' and if group.name contains 'Omni' %}
|
||||
{% assign multiprod = true %}
|
||||
{% if group.name contains 'Core' %}
|
||||
{% assign core = true %}
|
||||
{% elsif group.name contains 'Omni' %}
|
||||
@ -24,6 +27,8 @@
|
||||
{% elsif omni %}
|
||||
<div class="hero-text lora">Welcome to Cin7 Omni Academy</div>
|
||||
{% elsif log_out %}
|
||||
<div class="hero-text lora">Welcome to Cin7 Academy</div>
|
||||
{% elsif multiprod %}
|
||||
<div class="hero-text lora">Welcome to Cin7 Academy</div>
|
||||
{% else %}
|
||||
<div class="hero-text lora">Welcome to Cin7 Academy</div>
|
||||
|
||||
Reference in New Issue
Block a user