From 061b7b88eca03cab177e9d2ff515447c698d3e31 Mon Sep 17 00:00:00 2001 From: cxt Date: Thu, 5 Nov 2015 15:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BF=E8=AF=84=E5=BC=80=E5=90=AF=E6=97=B6?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=85=B3=E9=97=AD=E5=8C=BF=E8=AF=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_user_homework_detail.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_user_homework_detail.html.erb b/app/views/users/_user_homework_detail.html.erb index 1947c8ce8..9ca50c019 100644 --- a/app/views/users/_user_homework_detail.html.erb +++ b/app/views/users/_user_homework_detail.html.erb @@ -98,7 +98,7 @@ <%= link_to("匿评设置", start_evaluation_set_homework_common_path(homework_common),:class => "postOptionLink", :remote => true)%> <% end %> - <% if homework_common.anonymous_comment == 0 &&(comment_status == 0 || comment_status == 1)%> + <% if homework_common.anonymous_comment == 0%>
  • <%= homework_anonymous_comment homework_common %>