[#369] add missing class to the user form
This commit is contained in:
parent
682de1ba81
commit
1854992103
|
@ -8,6 +8,7 @@
|
|||
= @user.uname
|
||||
|
||||
= simple_form_for @user,
|
||||
html: { class: 'form-horizontal' },
|
||||
url: profile_settings_path,
|
||||
wrapper: :horizontal_form,
|
||||
wrapper_mappings: { boolean: :horizontal_boolean } do |f|
|
||||
|
|
Loading…
Reference in New Issue