using en_contruction_at for initial deposit date
This commit is contained in:
parent
c2048e9879
commit
ec6af852bb
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} - Déposé le #{I18n.l(dossier.created_at, format: '%d %B %Y')}
|
||||
%h2 Dossier nº #{dossier.id} - Déposé le #{I18n.l(dossier.en_construction_at, format: '%d %B %Y')}
|
||||
|
||||
- if current_user.owns?(dossier)
|
||||
.header-actions
|
||||
|
|
Loading…
Reference in a new issue