From 28006bf330060a2d5a075a41c691dc7f3a99e147 Mon Sep 17 00:00:00 2001 From: FazCodeFR <30906528+FazCodeFR@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:35:42 +0100 Subject: [PATCH] Update detail chat --- .../animaux-details.component.html | 47 +++++++++++++++++-- .../animaux-details.component.ts | 3 ++ 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/src/app/components/animaux/animaux-details/animaux-details.component.html b/src/app/components/animaux/animaux-details/animaux-details.component.html index 153db45..192ce4d 100644 --- a/src/app/components/animaux/animaux-details/animaux-details.component.html +++ b/src/app/components/animaux/animaux-details/animaux-details.component.html @@ -6,15 +6,27 @@ Catégorie : Chat
+ +
- {{ chat.sexe ==='MALE' ? 'Je suis un Mâle' : 'Je suis une femelle' }}
+ {{ chat.sexe ==='MALE' ? 'Je suis un mâle' : 'Je suis une femelle' }}
+
+ {{chat.ententeChat ? 'Avec les autres chats' : 'Pas avec les autres chats ❌'}} +
++ {{chat.ententeChien ? 'Avec les chiens' : 'Pas avec les chiens ❌'}} +
++ {{chat.ententeEnfant ? 'Avec les enfants' : 'Pas avec les enfants ❌'}} +
+- Je suis pour le moment gardé par l'association {{ chat.association.nom }} + Je suis pour le moment gardé par l'association + {{ chat.association.nom }}
{{ chat.vaccinations }}