<%= error_messages_for 'news' %>

*
<%= text_field 'news', 'title', :size => 60 %>


<%= text_area 'news', 'summary', :cols => 60, :rows => 2 %>


<%= text_area 'news', 'description', :cols => 60, :rows => 10 %>