From 1771dc67c2652d52ca630faaae3b8dc91b1d6ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yana=C3=ABl=20GRETTE?= Date: Tue, 16 Feb 2021 16:07:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20interfaces=20de=20?= =?UTF-8?q?l'ajout=20d'une=20note=20et=20des=20d=C3=A9tails=20d'une=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/notes/details-note/details-note.component.html | 10 ++-------- .../notes/nouvelle-note/nouvelle-note.component.html | 7 ++++--- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/app/notes/details-note/details-note.component.html b/src/app/notes/details-note/details-note.component.html index b325ec2..544fa34 100644 --- a/src/app/notes/details-note/details-note.component.html +++ b/src/app/notes/details-note/details-note.component.html @@ -4,17 +4,11 @@ +

{{note.titre}}

Collaborateur : {{ note.collaborateur.nom }} {{ note.collaborateur.prenom }}

+

{{note.texte}}

Créé le {{ note.dateCreation | date : 'dd/MM/yyyy à hh:mm'}}

Dernère mise à jour le {{ note.dateMiseAjour | date : 'dd/MM/yyyy à hh:mm'}}

- -

Titre

-
- - Contenu de la note - - -
diff --git a/src/app/notes/nouvelle-note/nouvelle-note.component.html b/src/app/notes/nouvelle-note/nouvelle-note.component.html index c9c7cd7..7ee5127 100644 --- a/src/app/notes/nouvelle-note/nouvelle-note.component.html +++ b/src/app/notes/nouvelle-note/nouvelle-note.component.html @@ -4,6 +4,10 @@ +
+

{{ collaborateurChoisi == undefined ? 'Aucun collaborateur sélectionné' : collaborateurChoisi.nom+ " " +collaborateurChoisi.prenom}}

+
+
@@ -17,9 +21,6 @@
-
-

{{ collaborateurChoisi == undefined ? 'Aucun collaborateur sélectionné' : collaborateurChoisi.nom+ " " +collaborateurChoisi.prenom}}

-