mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Align address detail button style with banner context buttons
This commit is contained in:
parent
29306d2b66
commit
1930c48d28
@ -60,9 +60,8 @@
|
|||||||
}) }}
|
}) }}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{% if person.getCurrentHousehold is not null %}
|
{% if person.getCurrentHousehold is not null %}
|
||||||
<a class="btn household-link text-end"
|
<a href="{{ chill_path_add_return_path('chill_person_household_summary', { 'household_id' : person.getCurrentHousehold.id } ) }}"
|
||||||
href="{{ chill_path_add_return_path('chill_person_household_summary', { 'household_id' : person.getCurrentHousehold.id } ) }}"
|
class="btn household-link" title="{{ 'Show household'|trans }}">
|
||||||
title="{{ 'Show household'|trans }}">
|
|
||||||
<i class="fa fa-lg fa-home"></i>
|
<i class="fa fa-lg fa-home"></i>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user