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}}

-