Integration of simple_form with bootstrap 3

后端 未结 5 1322
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-04 06:11

I\'ve updated bootstrap to version 3. Everything works fine except the forms which are generated by simple_form gem. I don\'t know how could I integrate these two together. I ca

5条回答
  •  迷失自我
    2021-02-04 07:02

    Simple form 3.1.0.rc1 has just been released that should solve your integration problems. See the blog post about it on http://blog.plataformatec.com.br/2014/04/bootstrap-3-support-for-simple-form/, or just see the latest Simple Form for Bootstrap here: http://simple-form-bootstrap.plataformatec.com.br/.

    So if you update your simple form to this version, you should be good.

提交回复
热议问题