Skip to content

Commit 43b3573

Browse files
committed
Remove instruction to use form-inline class
The previous instruction was a bit confusing, as form-inline is only one of the many possible classes that can be used. It’s also (probably) not the one that is most often used, so mentioning it in the installation output implies that it’s more significant than it actually is. The sentence was also imperative: Inside your views, use the 'simple_form_for' with the Bootstrap form class, ‘.form-inline’
1 parent fa58cea commit 43b3573

File tree

1 file changed

+2
-3
lines changed
  • lib/generators/simple_form/templates

1 file changed

+2
-3
lines changed

lib/generators/simple_form/templates/README

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
Be sure to have a copy of the Bootstrap stylesheet available on your
44
application, you can get it on http://getbootstrap.com/.
55

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

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

1110
===============================================================================

0 commit comments

Comments
 (0)