diff --git a/app/views/files/new.html.erb b/app/views/files/new.html.erb index 8a3ae68..100b323 100644 --- a/app/views/files/new.html.erb +++ b/app/views/files/new.html.erb @@ -7,7 +7,7 @@ <% if @versions.any? %>

<%= select_tag "version_id", content_tag('option', '') + - options_from_collection_for_select(@versions, "id", "name") %>

+ options_from_collection_for_select(@versions, "id", "name") %>

<% end %>

<%= render :partial => 'attachments/form' %>