parent
0ae4536369
commit
b6e0b40133
1 changed files with 4 additions and 3 deletions
|
@ -9,6 +9,7 @@
|
||||||
%tr
|
%tr
|
||||||
%th Nom :
|
%th Nom :
|
||||||
%td= individual.nom
|
%td= individual.nom
|
||||||
|
- if individual.birthdate.present?
|
||||||
%tr
|
%tr
|
||||||
%th Date de naissance :
|
%th Date de naissance :
|
||||||
%td= Date.parse(individual.birthdate).strftime("%d/%m/%Y")
|
%td= Date.parse(individual.birthdate).strftime("%d/%m/%Y")
|
||||||
|
|
Loading…
Reference in a new issue