Remove ChampDecorator
This commit is contained in:
parent
b8f57415cd
commit
b41764ec03
8 changed files with 34 additions and 58 deletions
|
@ -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' }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue