mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 14:23:38 +00:00
fixup! fix: no se pueden anidar formularios
This commit is contained in:
parent
8e681cdba7
commit
a7d33976ec
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
- form_id = 'instance_moderation_action_on_several'
|
- form_id = 'instance_moderation_action_on_several'
|
||||||
|
|
||||||
%section
|
%section
|
||||||
%form{ id: form_id, action: site_instance_moderations_action_on_several_path, method: :post }
|
= form_tag site_instance_moderations_action_on_several_path, id: form_id, method: :patch
|
||||||
|
|
||||||
.row.no-gutters.pt-2{ data: { controller: 'select-all' } }
|
.row.no-gutters.pt-2{ data: { controller: 'select-all' } }
|
||||||
.col-1.d-flex.align-items-center
|
.col-1.d-flex.align-items-center
|
||||||
= render 'components/select_all', id: 'instances', form_id: form_id
|
= render 'components/select_all', id: 'instances', form_id: form_id
|
||||||
|
|
Loading…
Reference in a new issue