Merge pull request #1164 from rience/master

Boolean Fields in Horizontal Forms Firefox
This commit is contained in:
Rafael Mendonça França 2014-11-28 13:45:07 -02:00
commit 7abd871b52
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ SimpleForm.setup do |config|
b.wrapper tag: 'div', class: 'col-sm-offset-3 col-sm-9' do |wr|
wr.wrapper tag: 'div', class: 'checkbox' do |ba|
ba.use :label_input, class: 'col-sm-9'
ba.use :label_input
end
wr.use :error, wrap_with: { tag: 'span', class: 'help-block' }