Doordash back up. Anthology academy small changes.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
{% assign access_group = false %}
|
||||
{% if current_person.groups.any? %}
|
||||
{% for group in current_person.groups %}
|
||||
{% if group.id == '2d93e49d-48e0-4419-baf8-88f31ad78349' %}
|
||||
{% assign access_group = true %}
|
||||
{% comment %}
|
||||
< ----------------------------->
|
||||
The carousel for the access agent group goes here.
|
||||
@ -86,6 +88,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
{% unless access_group %}
|
||||
{% comment %}
|
||||
< ----------------------------->
|
||||
The carousel for the remainder of the groups.
|
||||
@ -174,6 +177,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endunless %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user