Revert english dates

This commit is contained in:
Mathieu Magnin 2019-04-02 14:38:47 +02:00
parent 9a824b0460
commit 8525761332
6 changed files with 8 additions and 86 deletions

View file

@ -30,10 +30,6 @@
= render partial: "shared/champs/siret/show", locals: { champ: c, profile: profile }
- when TypeDeChamp.type_champs.fetch(:textarea)
= render partial: "shared/champs/textarea/show", locals: { champ: c }
- when TypeDeChamp.type_champs.fetch(:date)
= try_format_date(c.to_s)
- when TypeDeChamp.type_champs.fetch(:datetime)
= try_format_datetime(c.to_s)
- else
= sanitize(c.to_s)