Sha256: 537a927ad2e5c09d95e4be9d1fabef4dc92a3f3d6e88fd301ce5c80299fd4fab
Contents?: true
Size: 479 Bytes
Versions: 5
Compression:
Stored size: 479 Bytes
Contents
=============================================================================== 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 the Bootstrap form class, '.form-inline', as the following: = simple_form_for(@user, html: { class: 'form-inline' }) do |form| ===============================================================================
Version data entries
5 entries across 5 versions & 1 rubygems