[#369] add missing class to the user form

This commit is contained in:
Alexander Machehin 2014-11-07 08:47:37 +05:00
parent 682de1ba81
commit 1854992103
1 changed files with 1 additions and 0 deletions

View File

@ -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|