Merge pull request #1562 from likys/master

fix: doc
This commit is contained in:
Felipe Renan 2018-03-29 15:15:36 -03:00 committed by GitHub
commit 102b9eb16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ Finally, add a new wrapper to the config/initializers/simple_form.rb file:
config.wrappers :with_numbers, tag: 'div', class: 'row', error_class: 'error' do |b|
b.use :html5
b.use :number, wrap_with: { tag: 'div', class: 'span1 number'}
b.wrapper tag: 'div', :class: 'span8' do |ba|
b.wrapper tag: 'div', class: 'span8' do |ba|
ba.use :placeholder
ba.use :label
ba.use :input