Merge pull request #71 from eidus/master

Updated documentation in readme to reflect issue #61
This commit is contained in:
Nathan Van der Auwera 2012-07-06 14:40:35 -07:00
commit bb060cd6c2
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ Inside the `html_options` you can add an option `:render_options`, and the conta
form. E.g. especially when using `twitter-bootstrap` and `simple_form` together, the `simple_fields_for` needs the option `:wrapper => 'inline'` which can form. E.g. especially when using `twitter-bootstrap` and `simple_form` together, the `simple_fields_for` needs the option `:wrapper => 'inline'` which can
be handed down as follows: be handed down as follows:
(Note: In certain newer versions of simple_form, the option to use is ':wrapper => 'bootstrap')
````haml ````haml
= link_to_add_association 'add something', f, :something, :render_options => {:wrapper => 'inline' } = link_to_add_association 'add something', f, :something, :render_options => {:wrapper => 'inline' }
```` ````