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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -