Commit b087600fb67214f03b120054706b67ee9db79845
Exists in
staging
and in
39 other branches
Merge branch 'forum_description_tinymce' into 'next'
TinyMCE editor in article forum description Enable **TinyMCE** editor in description textarea of a article of type ```Forum``` See merge request !718
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/cms/_forum.html.erb
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | |
| 11 | 11 | <%= render :partial => 'general_fields' %> |
| 12 | 12 | |
| 13 | -<%= labelled_form_field(_('Description:'), text_area(:article, :body, :cols => 64, :rows => 10)) %> | |
| 13 | +<%= labelled_form_field(_('Description:'), text_area(:article, :body, :class => 'mceEditor', :cols => 64, :rows => 10)) %> | |
| 14 | 14 | |
| 15 | 15 | <%= labelled_form_field(_('Posts per page:'), f.select(:posts_per_page, Forum.posts_per_page_options)) %> |
| 16 | 16 | ... | ... |