app/views/refinery/blog/admin/posts/_teaser_part.html.erb in refinerycms-blog-2.1.0 vs app/views/refinery/blog/admin/posts/_teaser_part.html.erb in refinerycms-blog-3.0.1

- old
+ new

@@ -1,6 +1,6 @@ <div class='page_part' id='page_part_teaser'> - <%= f.text_area :custom_teaser, :rows => 20, :class => 'wymeditor widest' -%> + <%= f.text_area :custom_teaser, :rows => 20, :class => 'visual_editor widest' -%> <p> <span class='clearfix label_inline_with_link'> <%= link_to t('copy_body', :scope => 'refinery.blog.admin.posts.form'), "#", :id => 'copy_body_link', :title => t('copy_body_help', :scope => 'refinery.blog.admin.posts.form') %>