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
|
@ -6,7 +6,7 @@
|
|||
|
||||
.procedure-form
|
||||
.procedure-form__columns.container
|
||||
= render Attachment::DeleteFormComponent.new
|
||||
= render NestedForms::FormOwnerComponent.new
|
||||
= form_for @procedure,
|
||||
url: url_for({ controller: 'administrateurs/procedures', action: :create, id: @procedure.id }),
|
||||
html: { class: 'form procedure-form__column--form', multipart: true } do |f|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue