Sha256: cfc45c9847fcf9d94d7a23023825b2d98e9cc8dc0695e4e9dbeed0ed2ff64378

Contents?: true

Size: 579 Bytes

Versions: 2

Compression:

Stored size: 579 Bytes

Contents

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

  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 'ext_form_for' with one of the Bootstrap horizontal form
  classes, as the following:

    = ext_form_for(@user) do |form|


  Other form class, just use the 'simple_form_for':

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ext_form-0.1.5 lib/generators/ext_form/templates/README
ext_form-0.1.4 lib/generators/ext_form/templates/README