_textile_article.rhtml 178 Bytes

<%# TODO add Textile help here %>

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

<%= f.text_area('abstract', :cols => 64, :rows => 5) %>

<%= f.text_area('body', :cols => 64) %>