From 9d8e9a0c55fd0290a1a51a32157846a8fd46d8a9 Mon Sep 17 00:00:00 2001 From: cxt Date: Wed, 4 Jan 2017 16:08:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AE=E9=80=9A=E4=BD=9C=E4=B8=9A=E5=92=8C?= =?UTF-8?q?=E7=BC=96=E7=A8=8B=E4=BD=9C=E4=B8=9A=E7=9A=84=E4=BD=9C=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E6=A0=87=E9=A2=98=E2=80=9C=E6=95=99?= =?UTF-8?q?=E8=BE=85=E2=80=9D=E8=AF=B7=E4=B8=8E=E5=88=86=E7=BB=84=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4=EF=BC=8C=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E6=98=BE=E7=A4=BA=E4=B8=BA=E2=80=9C=E5=8A=A9=E6=95=99?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/_evaluation_un_title.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/student_work/_evaluation_un_title.html.erb b/app/views/student_work/_evaluation_un_title.html.erb index a55d90f68..1ed8a854d 100644 --- a/app/views/student_work/_evaluation_un_title.html.erb +++ b/app/views/student_work/_evaluation_un_title.html.erb @@ -45,7 +45,7 @@ <% end %> - <%= link_to "教辅", @show_all ? student_work_index_path(:homework => @homework.id, :order => "teaching_asistant_score", :sort => @score, :name => @name, :group => @group) : "javascript:void(0)", :class => "c_dark f14 fb", :remote => true %> + <%= link_to "助教", @show_all ? student_work_index_path(:homework => @homework.id, :order => "teaching_asistant_score", :sort => @score, :name => @name, :group => @group) : "javascript:void(0)", :class => "c_dark f14 fb", :remote => true %> <% if @show_all && @order == "teaching_asistant_score" %> <%= link_to "", student_work_index_path(:homework => @homework.id, :order => "teaching_asistant_score", :sort => @score, :name => @name, :group => @group), :class => "#{@score == 'desc' ? 'sort_up' : 'sort_down'} float-none", :style => "line-height:30px; vertical-align:middle;", :remote => true %> <% end %>