Fix more haml-lint Rubocop (#24107)
This commit is contained in:
parent
0b8b0ef652
commit
65669d3c57
22 changed files with 30 additions and 52 deletions
|
@ -9,4 +9,4 @@
|
|||
= f.input :unconfirmed_email, wrapper: :with_label, label: t('admin.accounts.change_email.new_email')
|
||||
|
||||
.actions
|
||||
= f.button :submit, class: "button", value: t('admin.accounts.change_email.submit')
|
||||
= f.button :submit, class: 'button', value: t('admin.accounts.change_email.submit')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue