From fd8a8d1fe2ea51e911571c1ba137134f0bca89ca Mon Sep 17 00:00:00 2001 From: alan <547533434@qq.com> Date: Thu, 6 Nov 2014 15:58:15 +0800 Subject: [PATCH] Signed-off-by: alan <547533434@qq.com> --- app/views/files/_project_file.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/files/_project_file.html.erb b/app/views/files/_project_file.html.erb index bc5b15ab1..f52b7d353 100644 --- a/app/views/files/_project_file.html.erb +++ b/app/views/files/_project_file.html.erb @@ -52,7 +52,7 @@ <% if attachmenttypes.any? %>       - <%= select_tag "attachment_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_from_collection_for_select(attachmenttypes, "id", "typeName",params[:type]), + <%= select_tag "attachment_browse", content_tag(:option, l(:attachment_all), :value => '0') +options_from_collection_for_select(attachmenttypes, "id", "typeName",params[:type]), :onchange => "attachmenttypes_searchex(this.value)" %> <% end %> <% if sufixtypes.any? %>