Improve a partial’s and a partials folder's names
This commit is contained in:
parent
18eef80e31
commit
be1ce69f47
23 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
= form_for @dossier, url: annotations_dossier_path(@dossier.procedure, @dossier), html: { class: 'form' } do |f|
|
||||
= f.fields_for :champs_private, f.object.ordered_champs_private do |champ_form|
|
||||
- champ = champ_form.object
|
||||
= render partial: "new_gestionnaire/dossiers/champs/champ",
|
||||
= render partial: "new_gestionnaire/dossiers/editable_champs/editable_champ",
|
||||
locals: { champ: champ, form: champ_form, seen_at: @annotations_privees_seen_at }
|
||||
|
||||
.send-wrapper
|
||||
|
|
Loading…
Reference in a new issue