refactor(dossier): champs -> champs_public
This commit is contained in:
parent
68e0abc15f
commit
e6288c39f2
62 changed files with 227 additions and 223 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
%form.form
|
||||
= form_for @dossier, url: '', html: { class: 'form' } do |f|
|
||||
= f.fields_for :champs do |champ_form|
|
||||
= f.fields_for :champs_public do |champ_form|
|
||||
= render EditableChamp::EditableChampComponent.new champ: champ_form.object, form: champ_form
|
||||
|
||||
.editable-champ.editable-champ-text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue