Commit fea4d5ef42cad7d46c19d65f821226b55fe358a9
Exists in
master
and in
9 other branches
Merge branch 'tiny-mce-on-blog-description' into noosfero
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)%> | ... | ... |