Browse Source

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
tags/1.3.0
Toshi MARUYAMA 12 years ago
parent
commit
337900119c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/files/new.html.erb

+ 1
- 1
app/views/files/new.html.erb 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>

Loading…
Cancel
Save