From 0f80f0e377ae6b751f56c678cd9f980823cc8950 Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 17 Mar 2016 15:54:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E5=93=81=E5=88=97=E8=A1=A8=EF=BC=9A?= =?UTF-8?q?=E5=B7=B2=E7=A6=81=E7=94=A8=E4=BA=86=E5=8C=BF=E8=AF=84=E7=9A=84?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E5=B0=B1=E4=B8=8D=E8=A6=81=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E2=80=9C=E5=8C=BF=E8=AF=84=E6=88=AA=E6=AD=A2=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E2=80=9D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/student_work/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/student_work/index.html.erb b/app/views/student_work/index.html.erb index 41ec2b61b..8e7d87302 100644 --- a/app/views/student_work/index.html.erb +++ b/app/views/student_work/index.html.erb @@ -172,7 +172,7 @@
<% if @homework.homework_detail_manual && @homework.homework_detail_manual.comment_status < 2 %>
提交截止时间:<%= @homework.end_time %> 23:59
- <% elsif @homework.homework_detail_manual && @homework.homework_detail_manual.comment_status >= 2 %> + <% elsif @homework.homework_detail_manual && @homework.homework_detail_manual.comment_status >= 2 && @homework.anonymous_comment == 0 %>
匿评截止时间:<%= @homework.homework_detail_manual.evaluation_end %> 23:59
<% end %> <% if @homework.homework_detail_manual.comment_status == 0 %>