From d9dcb3b2910aae3e36faf773f7e5dd158fbef854 Mon Sep 17 00:00:00 2001 From: cxt Date: Sat, 17 Dec 2016 10:41:30 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E6=88=91=E7=9A=84=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E2=80=9D=E9=A1=B5=E9=9D=A2=E4=B8=AD=E2=80=9C=E8=AF=84=E5=88=86?= =?UTF-8?q?=E2=80=9D=E5=BB=BA=E8=AE=AE=E8=B7=B3=E8=BD=AC=E5=88=B0=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E5=88=97=E8=A1=A8=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_manage_homework_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_manage_homework_list.html.erb b/app/views/users/_manage_homework_list.html.erb index c8371da68..5a9d8540a 100644 --- a/app/views/users/_manage_homework_list.html.erb +++ b/app/views/users/_manage_homework_list.html.erb @@ -38,7 +38,7 @@ <% if homework.student_works.has_committed.count == 0 %> <%= link_to '编    辑'.html_safe, edit_homework_common_path(homework, :is_manage => is_manage), :class => 'hw_btn_green fr mt5', :target => '_blank' %> <% else %> - <%= link_to '评    分'.html_safe, student_work_index_path(:homework => homework.id), :class => 'hw_btn_green fr mt5', :target => '_blank' %> + <%= link_to '评    分'.html_safe, student_work_index_path(:homework => homework.id, :tab => 2), :class => 'hw_btn_green fr mt5', :target => '_blank' %> <% end %>