_tiny_mce_article.rhtml 151 Bytes

<%= render :file => 'shared/tiny_mce' %>

<%= f.text_field('name', :size => '64') %>

<%= f.text_area('body', :cols => 40, :style => 'width:99%') %>