More Luminate changes... HackerRank's subnavigation is completed. Updated Cin7 templates.

This commit is contained in:
Norm Rasmussen
2024-06-11 16:19:55 -04:00
parent 1ca3e78eda
commit fac495a7e0
22 changed files with 427 additions and 336 deletions

View File

@ -1,5 +1,15 @@
{% if current_person.signed_in? %}
{% unless current_person.email contains "+preview" %}
{% comment %}
{% assign medicaid_id = "preview" %}
{% if current_person.properties.medicaid_id == "" %}
{% assign medicaid_id = "null" %}
{% else %}
{% assign medicaid_id = current_person.properties.medicaid_id %}
{% endif %}
{% endcomment %}
{% assign groups_count = 0 %}
{% for group in current_person.groups %}
@ -7,7 +17,7 @@
{% endfor %}
<script>
const groupsCount = {{groups_count}}
const groupsCount = {{ groups_count }}
if (groupsCount == 0) {
if (!window.location.href.includes("/invite")) {
console.log("not /invite page")
@ -189,7 +199,7 @@
</div>
{% include "messages" %}
{% comment %}
{% comment %}
{% if current_person.signed_in? %}
{% unless current_person.email contains "+preview" %}
{% unless current_person.properties.successfully_completed_secondary_registration %}