作品列表的提示信息“您尚未提交作品”

This commit is contained in:
cxt 2015-11-09 11:54:33 +08:00
parent 463262e838
commit d461e1be0d
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
<span class="c_dark f14 fb fl mr30">
作品
<font class="f12 c_red">
<%= @student_work_count%>
(已有<%= @student_work_count%>人提交)
</font>
<% if !@is_teacher && @stundet_works.empty?%>
<span class="f12 c_red">未提交</span>
<span class="f12 c_red">您尚未提交作品</span>
<% end %>
</span>
<%if @is_teacher || @homework.homework_detail_manual.comment_status == 3%>