修改结果显示

This commit is contained in:
sw 2015-07-16 17:34:13 +08:00
parent 93905f2f32
commit 8a9fd7d4c0
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<td class="td_tit">
<%= test.output%>
</td>
<td class="td_50 c_red"><%= test.student_work_test.nil? ? "正在编译队列中" : test.student_work_test.status_to_s%></td>
<td class="td_50 c_red"><%= test.student_work_test.nil? ? "正在编译" : test.student_work_test.status_to_s%></td>
<td class="td_50 "><%= test.student_work_test.nil? ? "0" : test.student_work_test.test_score%></td>
</tr>
<% end%>