From 66e2edef0a9c46dd474d50a8baa86e802369e591 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Mon, 24 Nov 2014 16:06:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=80=E5=90=AF=E5=8C=BF?= =?UTF-8?q?=E8=AF=84=E4=B9=8B=E5=90=8E=E5=AD=A6=E7=94=9F=E5=8F=AF=E5=9C=A8?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E8=AF=A6=E7=BB=86=E4=BF=A1=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=87=8C=E6=8F=90=E4=BA=A4=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/homework_attach/_homeworks_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/homework_attach/_homeworks_list.html.erb b/app/views/homework_attach/_homeworks_list.html.erb index c40004d02..a8736592c 100644 --- a/app/views/homework_attach/_homeworks_list.html.erb +++ b/app/views/homework_attach/_homeworks_list.html.erb @@ -35,7 +35,7 @@
  • 您还没交作业,请创建作业!
  • - <% if @bid.comment_status == 0 || @bid.comment_status == 1%> + <% if @bid.comment_status == 0 || @bid.open_anonymous_evaluation == 0%>
  • <%= link_to "提交作业", new_exercise_book_path(@bid), :style => "width:80px; margin:20px 0 0 350px;" %>