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
|
.title-container
|
||||||
%span.icon.folder
|
%span.icon.folder
|
||||||
%h1= dossier.procedure.libelle
|
%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)
|
- if current_user.owns?(dossier)
|
||||||
.header-actions
|
.header-actions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue