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;" %>