Solve simplest haml-lint Rubocop
lints (#27529)
This commit is contained in:
parent
fa65c8244f
commit
70dbf84b9b
11 changed files with 12 additions and 41 deletions
|
@ -5,7 +5,6 @@
|
|||
= button_tag t('generic.save_changes'), class: 'button', form: 'edit_policy'
|
||||
|
||||
= simple_form_for @policy, url: statuses_cleanup_path, method: :put, html: { id: 'edit_policy' } do |f|
|
||||
|
||||
.fields-row
|
||||
.fields-row__column.fields-row__column-6.fields-group
|
||||
= f.input :enabled, as: :boolean, wrapper: :with_label, label: t('statuses_cleanup.enabled'), hint: t('statuses_cleanup.enabled_hint')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue