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