Commit 279bffda9d46ab81ee5e9ce7f192eb7a1f6c44e6
Exists in
master
and in
28 other branches
Merge branch 'ai3081' into 'stable'
Fix use of tinymce on enterprise homepage http://noosfero.org/Development/ActionItem3081
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/cms/_enterprise_homepage.rhtml
1 | <%= render :file => 'shared/tiny_mce' %> | 1 | <%= render :file => 'shared/tiny_mce' %> |
2 | 2 | ||
3 | -<%= labelled_form_field(_('Text'), text_area(:article, 'body', :cols => 40, :style => 'width:99%')) %> | 3 | +<%= labelled_form_field(_('Text'), text_area(:article, 'body', :cols => 40, :style => 'width:99%', :class => 'mceEditor')) %> |
4 | 4 |