replace tabs to spaces at app/views/files/new.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7390 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-18 02:14:10 +00:00
parent f0daeae3fb
commit 337900119c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<% if @versions.any? %>
<p><label for="version_id"><%=l(:field_version)%></label>
<%= select_tag "version_id", content_tag('option', '') +
options_from_collection_for_select(@versions, "id", "name") %></p>
options_from_collection_for_select(@versions, "id", "name") %></p>
<% end %>
<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>