2012-02-26 22:07:13 +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>
|
2012-07-29 14:53:02 +04:00
|
|
|
<p id="attachments_form"><label><%= l(:label_attachment_plural) %></label><%= render :partial => 'attachments/form', :locals => {:container => @news} %></p>
|
2006-11-12 21:50:30 +03:00
|
|
|
</div>
|
2012-01-30 05:38:58 +04:00
|
|
|
|
2007-05-27 16:38:29 +04:00
|
|
|
<%= wikitoolbar_for 'news_description' %>
|