Add current household link in person banner

This commit is contained in:
2022-03-03 21:09:50 +01:00
parent d0772fc306
commit 72795240b9
2 changed files with 65 additions and 47 deletions

View File

@@ -58,6 +58,13 @@
}) }}
</span>
{%- endif -%}
{% if person.getCurrentHousehold is not null %}
<span>
<a class="household-link" href="{{ chill_path_add_return_path('chill_person_household_summary', { 'household_id' : person.getCurrentHousehold.id } ) }}">
<i class="fa fa-home"></i>
</a>
</span>
{% endif %}
</div>
</div>