Fix haml-lint LineLength
cops in app/views/admin (#28680)
This commit is contained in:
parent
7720c684c5
commit
f445d33fd6
37 changed files with 576 additions and 146 deletions
|
@ -3,7 +3,13 @@
|
|||
|
||||
= simple_form_for @user, url: admin_user_role_path(@user) do |f|
|
||||
.fields-group
|
||||
= f.association :role, wrapper: :with_block_label, collection: UserRole.assignable, label_method: :name, include_blank: I18n.t('admin.accounts.change_role.no_role')
|
||||
= f.association :role,
|
||||
collection: UserRole.assignable,
|
||||
include_blank: I18n.t('admin.accounts.change_role.no_role'),
|
||||
label_method: :name,
|
||||
wrapper: :with_block_label
|
||||
|
||||
.actions
|
||||
= f.button :button, t('generic.save_changes'), type: :submit
|
||||
= f.button :button,
|
||||
t('generic.save_changes'),
|
||||
type: :submit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue