refactor(js): use autosubmit controller in procedure/all pages
This commit is contained in:
parent
289d48f697
commit
c7c6d50df6
4 changed files with 11 additions and 11 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
= yield(:invisible_captcha_styles)
|
||||
|
||||
%body{ { id: content_for(:page_id), class: browser.platform.ios? ? 'ios' : nil }.compact }
|
||||
%body{ { id: content_for(:page_id), class: browser.platform.ios? ? 'ios' : nil, data: { controller: 'turbo' } }.compact }
|
||||
= render partial: 'layouts/skiplinks'
|
||||
.page-wrapper
|
||||
= render partial: "layouts/outdated_browser_banner"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue