remove trailing tabs from app/views/news/_form.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8730 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-01-30 01:38:58 +00:00
parent e8cfa65155
commit 2c6edb9f3c
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
<p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p>
<p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %></p>
</div>
<%= wikitoolbar_for 'news_description' %>