<%@student_work_scores.each do |score|%>
<%= render :partial => 'student_work_score',:locals => {:score => score,:is_last => score == @student_work_scores.last}%>
<% end%>
收起