Convert form_for -> form_with in views (#30700)
This commit is contained in:
parent
980034e2e1
commit
b5d1d48266
15 changed files with 15 additions and 15 deletions
|
|
@ -45,7 +45,7 @@
|
|||
admin_account_statuses_path(@report.target_account_id, report_id: @report.id),
|
||||
class: 'table-action-link'
|
||||
|
||||
= form_for(@form, url: batch_admin_account_statuses_path(@report.target_account_id, report_id: @report.id)) do |f|
|
||||
= form_with model: @form, url: batch_admin_account_statuses_path(@report.target_account_id, report_id: @report.id) do |f|
|
||||
.batch-table
|
||||
.batch-table__toolbar
|
||||
%label.batch-table__toolbar__select.batch-checkbox-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue