From 76d945f2a7b3fa15dbb880f2f828e7b3a1fe55bb Mon Sep 17 00:00:00 2001 From: nobohan Date: Tue, 8 Jun 2021 11:51:30 +0200 Subject: [PATCH] household address: address history : add button --- .../views/Household/addresses.html.twig | 21 ++++++++++++------- .../translations/messages.fr.yml | 3 +++ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Household/addresses.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Household/addresses.html.twig index 93f1d99ee..2cb2c8465 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Household/addresses.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Household/addresses.html.twig @@ -10,7 +10,19 @@
- {% for address in household.addresses %} + + + {% for address in household.addresses %}
@@ -47,14 +59,9 @@
- {% endfor %} + {% endfor %}
- - {{ 'Move household'|trans }} - - {% endblock %} diff --git a/src/Bundle/ChillPersonBundle/translations/messages.fr.yml b/src/Bundle/ChillPersonBundle/translations/messages.fr.yml index e9befc441..1c9099f69 100644 --- a/src/Bundle/ChillPersonBundle/translations/messages.fr.yml +++ b/src/Bundle/ChillPersonBundle/translations/messages.fr.yml @@ -317,3 +317,6 @@ Show Accompanying Course: Voir le parcours Edit Accompanying Course: Modifier le parcours Create Accompanying Course: Créer un nouveau parcours Drop Accompanying Course: Supprimer le parcours + +# Household +Move household: Déménagement du ménage