From b13e9f918c7cceb0e24a449f141b9c0efa1940ca Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Tue, 21 Jul 2015 15:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=9C=80=E5=90=8E=E4=B8=80?= =?UTF-8?q?=E5=88=97=E5=BE=97=E5=88=86=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/_programing_work_show.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/student_work/_programing_work_show.html.erb b/app/views/student_work/_programing_work_show.html.erb index b929e0f27..eab8313bc 100644 --- a/app/views/student_work/_programing_work_show.html.erb +++ b/app/views/student_work/_programing_work_show.html.erb @@ -48,7 +48,6 @@ <%= test.output%> <%= test.student_work_test.nil? ? "正在编译" : test.student_work_test.status_to_s%> - <%= test.student_work_test.nil? ? "0" : test.student_work_test.test_score%> <% end%>