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:
parent
f0daeae3fb
commit
337900119c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue