Hacker News new | ask | show | jobs
by atambo 5347 days 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

Also, if you are a simple_form user then check out:

https://github.com/rafaelfranca/simple_form-bootstrap

1 comments

I'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..