Improve a partial’s and a partials folder's names

This commit is contained in:
gregoirenovel 2017-12-15 14:54:07 +01:00
parent 18eef80e31
commit be1ce69f47
23 changed files with 1 additions and 1 deletions

View file

@ -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