##// END OF EJS Templates
replace tabs to spaces at app/views/files/new.html.erb...
Toshi MARUYAMA -
r7270:337900119c9e
parent child
Show More
@@ -7,7 +7,7
7 <% if @versions.any? %>
7 <% if @versions.any? %>
8 <p><label for="version_id"><%=l(:field_version)%></label>
8 <p><label for="version_id"><%=l(:field_version)%></label>
9 <%= select_tag "version_id", content_tag('option', '') +
9 <%= select_tag "version_id", content_tag('option', '') +
10 options_from_collection_for_select(@versions, "id", "name") %></p>
10 options_from_collection_for_select(@versions, "id", "name") %></p>
11 <% end %>
11 <% end %>
12
12
13 <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
13 <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
General Comments 0
You need to be logged in to leave comments. Login now