##// END OF EJS Templates
remove trailing tabs from app/views/news/_form.html.erb...
Toshi MARUYAMA -
r8610:2c6edb9f3c39
parent child
Show More
@@ -5,5 +5,5
5 <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p>
5 <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p>
6 <p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %></p>
6 <p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %></p>
7 </div>
7 </div>
8
8
9 <%= wikitoolbar_for 'news_description' %>
9 <%= wikitoolbar_for 'news_description' %>
General Comments 0
You need to be logged in to leave comments. Login now