Chubb changes for their access agents push.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
{% if current_person.groups.any? %}
|
||||
{% for group in current_person.groups %}
|
||||
{% for course in courses.in_catalog %}
|
||||
{% for course in courses.enrolled %}
|
||||
{% for category in course.categories %}
|
||||
{% if group.id == '2d93e49d-48e0-4419-baf8-88f31ad78349' and category.name == 'Recommended - Access Agent ' %}
|
||||
{% assign content_counter = content_counter | plus: 1 %}
|
||||
@ -33,7 +33,7 @@
|
||||
<div class="recommended-carousel">
|
||||
{% if current_person.groups.any? %}
|
||||
{% for group in current_person.groups %}
|
||||
{% for course in courses.in_catalog%}
|
||||
{% for course in courses.enrolled%}
|
||||
{% for category in course.categories %}
|
||||
{% if group.id == '2d93e49d-48e0-4419-baf8-88f31ad78349' and category.name == 'Recommended - Access Agent ' %}
|
||||
<div class="carousel-card-container">
|
||||
|
||||
Reference in New Issue
Block a user