fix(dossier): use depose_at instead of en_construction_at
This commit is contained in:
parent
2bb013afaa
commit
2ba05bfb4f
33 changed files with 86 additions and 71 deletions
|
@ -7,8 +7,8 @@
|
|||
%h1= dossier.procedure.libelle
|
||||
%h2
|
||||
= t('views.users.dossiers.show.header.dossier_number', dossier_id: dossier.id)
|
||||
- if dossier.en_construction_at.present?
|
||||
= t('views.users.dossiers.show.header.submit_date', date_du_dossier: I18n.l(dossier.en_construction_at))
|
||||
- if dossier.depose_at.present?
|
||||
= t('views.users.dossiers.show.header.submit_date', date_du_dossier: I18n.l(dossier.depose_at))
|
||||
|
||||
= render(partial: 'users/dossiers/expiration_banner', locals: {dossier: dossier})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue