fix(annotations-privees): auto counter was not properly enabled
This commit is contained in:
parent
f991e1f4b8
commit
c05cc4a42d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.container.dossier-edit
|
.container.dossier-edit
|
||||||
- if dossier.champs_private.present?
|
- if dossier.champs_private.present?
|
||||||
%section
|
%section.counter-start-header-section
|
||||||
= render Attachment::DeleteFormComponent.new
|
= render Attachment::DeleteFormComponent.new
|
||||||
= form_for dossier, url: annotations_instructeur_dossier_path(dossier.procedure, dossier), html: { class: 'form', multipart: true } do |f|
|
= form_for dossier, url: annotations_instructeur_dossier_path(dossier.procedure, dossier), html: { class: 'form', multipart: true } do |f|
|
||||||
- dossier.champs_private.each do |champ|
|
- dossier.champs_private.each do |champ|
|
||||||
|
|
Loading…
Reference in a new issue