stouset / twitter_bootstrap_form_for

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

Remove dependency on Haml #3

Closed stouset closed 13 years ago

stouset commented 13 years ago

It's probably too onerous to require other people use Haml. We should see if it's faster to use ERB partials or simply render the HTML ourselves in code.

stouset commented 13 years ago

Fixed, thanks to @zzip.