|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
<% end%>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div id="about_hwork_<%= student_work.id%>">
|
|
|
|
|
<% if student_work.user == User.current %>
|
|
|
|
|
<% if student_work.user == User.current && !@is_evaluation %>
|
|
|
|
|
<% if @homework.homework_type == 2%>
|
|
|
|
|
<%=render :partial => 'programing_work_show', :locals=> {:work => student_work, :score =>student_work_score(student_work,User.current),:student_work_scores => student_work.student_works_scores.order("updated_at desc")} %>
|
|
|
|
|
<% else %>
|
|
|
|
|