stouset / twitter_bootstrap_form_for

A Rails FormBuilder DSL for generating Twitter Bootstrap forms
https://github.com/stouset/twitter_bootstrap_form_for
MIT License
409 stars 110 forks source link

Updated classes to match most recent Bootstrap #55

Closed multiplegeorges closed 12 years ago

multiplegeorges commented 12 years ago

The class wrapping the form action buttons has changed and the control-group class is being used in place of the clearfix class.

THis brings the gem into alignment with Bootstrap 2.0.2.

stouset commented 12 years ago

These changes are already incorporated in the https://github.com/stouset/twitter_bootstrap_form_for/tree/bootstrap-2.0 branch. Please reopen and let me know if I've missed anything.