From 5e03e71bbe99d48a4c32450a0b1c813e1bb7e104 Mon Sep 17 00:00:00 2001 From: Wen Date: Tue, 15 Apr 2014 17:39:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B3=A8=E5=86=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=AD=A6=E6=A0=A1=E9=80=89=E6=8B=A9=E5=8A=A0?= =?UTF-8?q?=E4=B8=AA=E6=98=9F=E5=8F=B7=3D=20=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/my/account.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 54d434819..6ff37ed7c 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -89,7 +89,7 @@

- <%= l(:field_occupation) %> <%= select_tag "province", options_from_collection_for_select(School.find_by_sql("select distinct province from schools"), :province, :province), :onchange => "get_options(this.value)" %> + <%= l(:field_occupation) %> *<%= select_tag "province", options_from_collection_for_select(School.find_by_sql("select distinct province from schools"), :province, :province), :onchange => "get_options(this.value)" %> <%= select_tag "occupation", options_for_select([['安徽大学','安徽大学'],['合肥工业大学','合肥工业大学'],['中国科技大学','中国科技大学']]) %>