diff --git a/app/views/cms/_blog.html.erb b/app/views/cms/_blog.html.erb index 5efe648..b2efe2c 100644 --- a/app/views/cms/_blog.html.erb +++ b/app/views/cms/_blog.html.erb @@ -53,7 +53,7 @@ %> -<%= labelled_form_field(_('Description:'), text_area(:article, :body, :rows => 10)) %> +<%= labelled_form_field(_('Description:'), text_area(:article, :body, :rows => 10, :class => 'mceEditor')) %> <%= f.fields_for :image_builder, @article.image do |i| %> <%= file_field_or_thumbnail(_('Cover image:'), @article.image, i)%> -- libgit2 0.21.2