2006-06-28 18:11:03 +00:00
|
|
|
<%= error_messages_for 'news' %>
|
2006-09-02 13:33:23 +00:00
|
|
|
<div class="box">
|
|
|
|
<p><%= f.text_field :title, :required => true, :size => 60 %></p>
|
|
|
|
<p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p>
|
2007-03-11 14:22:53 +00:00
|
|
|
<p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p>
|
2006-11-12 18:50:30 +00:00
|
|
|
</div>
|
|
|
|
|
2007-05-27 12:38:29 +00:00
|
|
|
<%= wikitoolbar_for 'news_description' %>
|