messagerie: better format message dates
This commit is contained in:
parent
fe13871380
commit
211674435e
5 changed files with 57 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- if ![user_email, commentaire.dossier.user.email, OLD_CONTACT_EMAIL, CONTACT_EMAIL].include?(commentaire.email)
|
||||
%span.guest Invité
|
||||
%span.date{ class: highlight_if_unseen_class(messagerie_seen_at, commentaire.created_at) }
|
||||
= I18n.l(commentaire.created_at.localtime, format: '%d/%m/%Y à %H:%M ')
|
||||
= commentaire_date(commentaire)
|
||||
.rich-text= sanitize(commentaire.body)
|
||||
|
||||
- if commentaire.piece_justificative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue