Chubb changes for their access agents push.

This commit is contained in:
Norm Rasmussen
2025-03-17 15:12:10 -04:00
parent 2b9d60f432
commit d182cda6dc
11 changed files with 86 additions and 42 deletions

View File

@ -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">