diff --git a/app/views/news/_form.html.erb b/app/views/news/_form.html.erb index 0d181a330..410df0e99 100644 --- a/app/views/news/_form.html.erb +++ b/app/views/news/_form.html.erb @@ -5,5 +5,5 @@

<%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %>

<%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %>

- + <%= wikitoolbar_for 'news_description' %>