Skip to content

Commit

Permalink
Merge pull request #1688 from goalaleo/master
Browse files Browse the repository at this point in the history
Remove instruction to use form-inline class
  • Loading branch information
feliperenan authored Feb 6, 2020
2 parents fa58cea + 43b3573 commit a05b95d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/generators/simple_form/templates/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
Be sure to have a copy of the Bootstrap stylesheet available on your
application, you can get it on http://getbootstrap.com/.

Inside your views, use the 'simple_form_for' with the Bootstrap form
class, '.form-inline', as the following:
For usage examples and documentation, see:

= simple_form_for(@user, html: { class: 'form-inline' }) do |form|
http://simple-form-bootstrap.plataformatec.com.br/

===============================================================================

0 comments on commit a05b95d

Please sign in to comment.