ruby on rails - Bootsy - some buttons not displaying properly -
i'm trying use bootsy first time. setup seemed okay, followed instructions in rdoc. part editor fine of buttons not displaying correctly. i've uploaded screenshot of how appear here.
in form partial have:
<div class="control-group"> <%= f.label :description, :class => 'control-label' %> <div class="controls"> <%= f.bootsy_area :description, :class => 'form-control', rows: 12 %> </div> </div> and in config/initializers/bootsy.rb have
config.editor_options = { font_styles: true, emphasis: true, lists: true, html: false, link: true, image: true, color: true } any ideas on why happening?
Comments
Post a Comment