Remove explicit put
action in settings forms (#32176)
This commit is contained in:
parent
8ae381fd04
commit
7e35bef97e
7 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@
|
|||
= material_symbol 'check', class: 'verified-badge__mark'
|
||||
%span= field.value
|
||||
|
||||
= simple_form_for @account, url: settings_verification_path, html: { method: :put, class: 'form-section' } do |f|
|
||||
= simple_form_for @account, url: settings_verification_path, html: { class: 'form-section' } do |f|
|
||||
= render 'shared/error_messages', object: @account
|
||||
|
||||
%h3= t('author_attribution.title')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue