More Luminate changes... HackerRank's subnavigation is completed. Updated Cin7 templates.
This commit is contained in:
@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user