From d2c6d9272c2dca3f2a7f5d7cb053d7c1f8f194fa Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Wed, 27 Jan 2016 11:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E7=BB=93=E6=9E=9C=E5=8C=B9?= =?UTF-8?q?=E9=85=8D\r=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/_programing_work_show.html.erb | 4 ++-- app/views/users/new_user_commit_homework.html.erb | 8 ++++---- app/views/users/user_commit_homework.html.erb | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/student_work/_programing_work_show.html.erb b/app/views/student_work/_programing_work_show.html.erb index d98a9fe0f..ec78835b5 100644 --- a/app/views/student_work/_programing_work_show.html.erb +++ b/app/views/student_work/_programing_work_show.html.erb @@ -59,9 +59,9 @@ <% if x["status"].to_i != 0 %> 测试错误! 您的输出: - <%=x["result"]%> +
<%=x["result"]%>
正确输出: - <%=x["output"]%> +
<%=x["output"]%>
<% else %> 测试正确! diff --git a/app/views/users/new_user_commit_homework.html.erb b/app/views/users/new_user_commit_homework.html.erb index 0e2648509..eed789a29 100644 --- a/app/views/users/new_user_commit_homework.html.erb +++ b/app/views/users/new_user_commit_homework.html.erb @@ -22,9 +22,9 @@ 测试错误! 您的输出: - +
正确输出: - +
@@ -121,9 +121,9 @@ <% if x["status"].to_i != 0 %> 测试错误! 您的输出: - <%=x["result"]%> +
<%=x["result"]%>
正确输出: - <%=x["output"]%> +
<%= x["output"] %>
<% else %> diff --git a/app/views/users/user_commit_homework.html.erb b/app/views/users/user_commit_homework.html.erb index 6f14ce05d..0f3c4810f 100644 --- a/app/views/users/user_commit_homework.html.erb +++ b/app/views/users/user_commit_homework.html.erb @@ -17,9 +17,9 @@ 测试错误! 您的输出: - +
正确输出: - +
@@ -95,9 +95,9 @@ <% if x["status"].to_i != 0 %> 测试错误! 您的输出: - <%=x["result"]%> +
<%=x["result"]%>
正确输出: - <%=x["output"]%> +
<%=x["output"]%>
<% else %>