heartcombo--simple_form/lib/generators/simple_form/templates
Vít Ondruch 75da3a9e5f Remove executable bit.
This was accidentaly introduced via f61e570623.
2016-08-08 16:13:19 +02:00
..
config Remove executable bit. 2016-08-08 16:13:19 +02:00
README Update the bootstrap generator to work with Bootstrap 3 2014-03-21 15:19:17 -03: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://getbootstrap.com/.

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

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

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