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

Fix class names on submit button #58

Closed danherd closed 12 years ago

danherd commented 12 years ago

Not sure if Bootstrap has changed the CSS class names recently, but this makes the primary button that lovely Twitter blue (by default, of course) instead of a dull grey.

stouset commented 12 years ago

Check out the bootstrap-2.0 branch for these changes.