heartcombo--simple_form/lib/generators/simple_form/templates
Carlos Antonio da Silva 9dca432fd4 Reword browser validations comment in generated initializer [ci skip] 2013-04-03 20:52:56 -03:00
..
config Reword browser validations comment in generated initializer [ci skip] 2013-04-03 20:52:56 -03:00
README Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
_form.html.erb Change default generator classes to .form-inputs and .form-actions 2012-02-14 23:39:47 -02:00
_form.html.haml Change default generator classes to .form-inputs and .form-actions 2012-02-14 23:39:47 -02:00
_form.html.slim Change default generator classes to .form-inputs and .form-actions 2012-02-14 23:39:47 -02:00

README

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

  Be sure to have a copy of the Bootstrap stylesheet available on your
  application, you can get it on http://twitter.github.com/bootstrap.

  Inside your views, use the 'simple_form_for' with one of the Bootstrap form
  classes, '.form-horizontal', '.form-inline', '.form-search' or
  '.form-vertical', as the following:

    = simple_form_for(@user, html: {class: 'form-horizontal' }) do |form|

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