6 ms·
If you are a rails user and want your form helpers to spit out the bootstrap form markup check out: https://github.com/stouset/twitter_bootstrap_form_for https
by atambo 15y ago
If you are a rails user and want your form helpers to spit out the bootstrap form markup check out:
https://github.com/stouset/twitter_bootstrap_form_for https://github.com/stouset/twitter_bootstrap_form_for
Also, if you are a simple_form user then check out:
https://github.com/rafaelfranca/simple_form-bootstrap https://github.com/rafaelfranca/simple_form-bootstrap
- kcurtin 15y agoI'm a Rails n00b using bootstrap to get things to look decent so I'm not miserable every time I fire up my app. Thanks for the link, I'm using form_for and was having a few issues with styling..