mjbellantoni / formtastic-bootstrap

Formtastic form builder to generate Twitter Bootstrap-friendly markup.
MIT License
444 stars 217 forks source link

Actions default class #139

Open dmxhZGp1c2hh opened 8 years ago

dmxhZGp1c2hh commented 8 years ago

Actions automatically add btn class to buttons. The thing is additional class (btn-default, btn-primary e.t.c.) is required for button to look nice. Mby default class should be btn btn-default and if needed can be overridden with button_html attribute.