|
|
|
@ -9,14 +9,15 @@
|
|
|
|
|
(<font color="#CC0000">
|
|
|
|
|
<%= homework_count%>
|
|
|
|
|
</font>)
|
|
|
|
|
</span><span class="fr">
|
|
|
|
|
</span>
|
|
|
|
|
<span class="fr">
|
|
|
|
|
按
|
|
|
|
|
<%= link_to l(:label_teacher_score), sort_homework_path(@bid, 't_socre', @direction), {:remote => true}%>
|
|
|
|
|
/
|
|
|
|
|
<%= link_to l(:label_anonymous_comments), sort_homework_path(@bid, 's_socre', @direction), {:remote => true}%>
|
|
|
|
|
/
|
|
|
|
|
<%= link_to l(:label_time), sort_homework_path(@bid, 'time', @direction), {:remote => true}%>
|
|
|
|
|
<%= l(:label_sort) %>
|
|
|
|
|
<%= link_to l(:label_anonymous_comments), sort_homework_path(@bid, 's_socre', @direction), {:remote => true}%>
|
|
|
|
|
/
|
|
|
|
|
<%= link_to l(:label_teacher_score), sort_homework_path(@bid, 't_socre', @direction), {:remote => true}%>
|
|
|
|
|
/
|
|
|
|
|
<%= link_to l(:label_time), sort_homework_path(@bid, 'time', @direction), {:remote => true}%>
|
|
|
|
|
<%= l(:label_sort) %>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|