Commit f56cd23e5be3e4b4aa382f701e0797129cf9225b

Authored by dtygel
Committed by Braulio Bhavamitra
1 parent 608ddc9d

Make blog description use tinyMCE

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/cms/_blog.html.erb
... ... @@ -53,7 +53,7 @@
53 53 %>
54 54 </div>
55 55  
56   -<%= labelled_form_field(_('Description:'), text_area(:article, :body, :rows => 10)) %>
  56 +<%= labelled_form_field(_('Description:'), text_area(:article, :body, :rows => 10, :class => 'mceEditor')) %>
57 57  
58 58 <%= f.fields_for :image_builder, @article.image do |i| %>
59 59 <%= file_field_or_thumbnail(_('Cover image:'), @article.image, i)%>
... ...