我“收到的作业”组员评分显示的是组长评分
This commit is contained in:
parent
57e2ab9ff1
commit
e3a6f0b6b4
|
@ -17,7 +17,7 @@
|
||||||
<%= link_to homework.course.name, course_path(homework.course), :target => '_blank', :class => 'hw_cgrey' %>
|
<%= link_to homework.course.name, course_path(homework.course), :target => '_blank', :class => 'hw_cgrey' %>
|
||||||
</span>
|
</span>
|
||||||
<span class="mr15 fl">类别:<%=homework.homework_type_ch %></span>
|
<span class="mr15 fl">类别:<%=homework.homework_type_ch %></span>
|
||||||
<% my_work = cur_user_works_for_homework(homework) %>
|
<% my_work = homework.student_works.where("user_id = ? && work_status != 0",User.current).first %>
|
||||||
<span class="fl">状态:</span><span class="<%= my_work ? '' : 'hw_cir_nomal hw_cir_lorange' %> fl mr15"><%= my_work ? '已提交' : '未提交' %></span>
|
<span class="fl">状态:</span><span class="<%= my_work ? '' : 'hw_cir_nomal hw_cir_lorange' %> fl mr15"><%= my_work ? '已提交' : '未提交' %></span>
|
||||||
<span class="fl">作品:</span><span class="sy_corange hw_w20 fl mr15"><%=homework.student_works.has_committed.count %></span>
|
<span class="fl">作品:</span><span class="sy_corange hw_w20 fl mr15"><%=homework.student_works.has_committed.count %></span>
|
||||||
<span class="fl">成绩:</span>
|
<span class="fl">成绩:</span>
|
||||||
|
|
Loading…
Reference in New Issue