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|
|
= 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|
|
= f.fields_for :champs_private, f.object.ordered_champs_private do |champ_form|
|
||||||
- champ = champ_form.object
|
- 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 }
|
locals: { champ: champ, form: champ_form, seen_at: @annotations_privees_seen_at }
|
||||||
|
|
||||||
.send-wrapper
|
.send-wrapper
|
||||||
|
|
Loading…
Add table
Reference in a new issue