mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
vue personRenderBox: adding an option to display householdLink
This commit is contained in:
parent
dba3ede9e1
commit
e99a371f3a
@ -5,6 +5,7 @@
|
|||||||
addId : false,
|
addId : false,
|
||||||
addEntity: false,
|
addEntity: false,
|
||||||
addLink: false,
|
addLink: false,
|
||||||
|
addHouseholdLink: true,
|
||||||
addAltNames: true,
|
addAltNames: true,
|
||||||
addAge : false,
|
addAge : false,
|
||||||
hLevel : 3,
|
hLevel : 3,
|
||||||
|
@ -57,7 +57,8 @@
|
|||||||
<p v-else class="chill-no-data-statement">
|
<p v-else class="chill-no-data-statement">
|
||||||
{{ $t('renderbox.household_without_address') }}
|
{{ $t('renderbox.household_without_address') }}
|
||||||
</p>
|
</p>
|
||||||
<a :href="getCurrentHouseholdUrl"
|
<a v-if="options.addHouseholdLink === true"
|
||||||
|
:href="getCurrentHouseholdUrl"
|
||||||
:title="$t('persons_associated.show_household_number', {id: person.current_household_id})">
|
:title="$t('persons_associated.show_household_number', {id: person.current_household_id})">
|
||||||
<span class="badge rounded-pill bg-chill-beige">
|
<span class="badge rounded-pill bg-chill-beige">
|
||||||
<i class="fa fa-fw fa-home"></i><!--{{ $t('persons_associated.show_household') }}-->
|
<i class="fa fa-fw fa-home"></i><!--{{ $t('persons_associated.show_household') }}-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user