Sha256: e495635f3972596977bda34801980a7958f31ebbffc03c795fb3b8dcb97f55c1
Contents?: true
Size: 566 Bytes
Versions: 22
Compression:
Stored size: 566 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 '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| ===============================================================================
Version data entries
22 entries across 22 versions & 5 rubygems