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

Submit button not becomes primary button #73

Closed hron84 closed 11 years ago

hron84 commented 11 years ago

The f.submit method generates wrong markup, submit button should marked with 'btn-primary' class not btn and primary - latest bootstrap does not supports second solution.