more accurate deposit date, full month + I18N

This commit is contained in:
clemkeirua 2019-02-12 12:06:40 +01:00
parent 680d80b5f2
commit c2048e9879

View file

@ -5,7 +5,7 @@
.title-container
%span.icon.folder
%h1= dossier.procedure.libelle
%h2 Dossier nº #{dossier.id} - Déposé le #{dossier.en_construction_at.strftime("%d/%m/%Y")}
%h2 Dossier nº #{dossier.id} - Déposé le #{I18n.l(dossier.created_at, format: '%d %B %Y')}
- if current_user.owns?(dossier)
.header-actions