You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GavinChiang Can you please add little more details like bootstrap version, content of your application.js ? It will help to reproduce this issue. I am using rails 4.2.0 and redactor-rails 0.5.0 but with `bootstrap 2`` and it works fine for me.
I am using Rails 4.2.2 and redactor-rails (0.5.0)
It originally works, but after I use bootstrap theme, there are many
don't know how to fix it
here is my code
<%= f.input :body, as: :text, label: 'Content', :input_html => { :class => "redactor",:rows => 10} , id:"body" %>
the tool bar don't show
The text was updated successfully, but these errors were encountered: