From 44ae1ac00fcde2c32cde97cc05ee2322092d78f2 Mon Sep 17 00:00:00 2001 From: Michel Felipe de Oliveira Ferreira Date: Thu, 29 Oct 2015 15:52:50 -0300 Subject: [PATCH] Add support to tinymce editor in forum description --- app/views/cms/_forum.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cms/_forum.html.erb b/app/views/cms/_forum.html.erb index 621d78e..2233f85 100644 --- a/app/views/cms/_forum.html.erb +++ b/app/views/cms/_forum.html.erb @@ -10,7 +10,7 @@ <%= render :partial => 'general_fields' %> -<%= labelled_form_field(_('Description:'), text_area(:article, :body, :cols => 64, :rows => 10)) %> +<%= labelled_form_field(_('Description:'), text_area(:article, :body, :class => 'mceEditor', :cols => 64, :rows => 10)) %> <%= labelled_form_field(_('Posts per page:'), f.select(:posts_per_page, Forum.posts_per_page_options)) %> -- libgit2 0.21.2