From f56cd23e5be3e4b4aa382f701e0797129cf9225b Mon Sep 17 00:00:00 2001 From: dtygel Date: Sat, 28 Mar 2015 23:01:13 -0300 Subject: [PATCH] Make blog description use tinyMCE --- app/views/cms/_blog.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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