匿评开启时可以关闭匿评

This commit is contained in:
cxt 2015-11-05 15:01:07 +08:00
parent 144320559d
commit 061b7b88ec
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
<%= link_to("匿评设置", start_evaluation_set_homework_common_path(homework_common),:class => "postOptionLink", :remote => true)%>
</li>
<% end %>
<% if homework_common.anonymous_comment == 0 &&(comment_status == 0 || comment_status == 1)%>
<% if homework_common.anonymous_comment == 0%>
<li>
<%= homework_anonymous_comment homework_common %>
</li>