added en_construction date to the title of the request
This commit is contained in:
parent
06f3143e61
commit
680d80b5f2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
.title-container
|
||||
%span.icon.folder
|
||||
%h1= dossier.procedure.libelle
|
||||
%h2 Dossier nº #{dossier.id}
|
||||
%h2 Dossier nº #{dossier.id} - Déposé le #{dossier.en_construction_at.strftime("%d/%m/%Y")}
|
||||
|
||||
- if current_user.owns?(dossier)
|
||||
.header-actions
|
||||
|
|
Loading…
Add table
Reference in a new issue