chore(a11y): mutualise la gestion des <button> qui font des action POST/DESTROY dans un composant unique
This commit is contained in:
parent
d161a624c5
commit
035da4403f
19 changed files with 45 additions and 46 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
.procedure-form#attestation-template-edit
|
||||
.procedure-form__columns.container
|
||||
= render Attachment::DeleteFormComponent.new
|
||||
= render NestedForms::FormOwnerComponent.new
|
||||
= form_for @attestation_template,
|
||||
url: admin_procedure_attestation_template_path(@procedure),
|
||||
html: { multipart: true, class: 'form form-ds-fr-white procedure-form__column--form' } do |f|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue