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:
parent
e8cfa65155
commit
2c6edb9f3c
|
@ -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' %>
|
||||
|
|
Loading…
Reference in New Issue