修复开启匿评之后学生可在作业详细信息列表里提交作业

course_group
sw 11 years ago
parent edd68baa85
commit 66e2edef0a

@ -35,7 +35,7 @@
</span>
</li>
<li class="c_red" style="margin:25px 0 0 20px;"> 您还没交作业,请创建作业!</li>
<% if @bid.comment_status == 0 || @bid.comment_status == 1%>
<% if @bid.comment_status == 0 || @bid.open_anonymous_evaluation == 0%>
<!-- 老师布置的作业在创建和开启匿评这段时间才允许创建作品 -->
<li class="wping">
<%= link_to "提交作业", new_exercise_book_path(@bid), :style => "width:80px; margin:20px 0 0 350px;" %>

Loading…
Cancel
Save