•    姓名 学号 班级
  • <%= link_to "时间",'',:class => "c_dark f14 fb fl ml50" ,:remote => true%> <%# if @show_all && @order == "created_at"%> <%#= link_to "", student_work_index_path(:homework => @homework.id,:order => "created_at", :sort => @score, :name => @name, :group => @group) ,:class => "#{@score == 'desc' ? 'st_up' : 'st_down'} mt10",:remote => true%> <%# end%>
  • <%= link_to "成绩",'',:class => "c_dark f14 fb fl ml10",:remote => true%> <%# if @show_all && @order == "score"%> <%#= link_to "", student_work_index_path(:homework => @homework.id,:order => "score", :sort => @score, :name => @name, :group => @group) ,:class => "#{@score == 'desc' ? 'st_up' : 'st_down'} mt10",:remote => true%> <%# end%>