Remove ChampDecorator

This commit is contained in:
gregoirenovel 2018-12-27 11:41:16 +01:00 committed by Pierre de La Morinerie
parent b8f57415cd
commit b41764ec03
8 changed files with 34 additions and 58 deletions

View file

@ -13,7 +13,7 @@
%h2 Formulaire
- champs = @dossier.champs.decorate
- champs = @dossier.champs
- if champs.any?
= render partial: "shared/dossiers/champs", locals: { champs: champs, dossier: @dossier, demande_seen_at: nil, profile: 'instructeur' }