普通作业和编程作业的作品列表,标题“教辅”请与分组作业保持一致,统一显示为“助教”

This commit is contained in:
cxt 2017-01-04 16:08:02 +08:00
parent 717ca49000
commit 9d8e9a0c55
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<% end %>
</th>
<th class="hworkList70">
<%= link_to "教", @show_all ? student_work_index_path(:homework => @homework.id, :order => "teaching_asistant_score", :sort => @score, :name => @name, :group => @group) : "javascript:void(0)", :class => "c_dark f14 fb", :remote => true %>
<%= link_to "教", @show_all ? student_work_index_path(:homework => @homework.id, :order => "teaching_asistant_score", :sort => @score, :name => @name, :group => @group) : "javascript:void(0)", :class => "c_dark f14 fb", :remote => true %>
<% if @show_all && @order == "teaching_asistant_score" %>
<%= link_to "", student_work_index_path(:homework => @homework.id, :order => "teaching_asistant_score", :sort => @score, :name => @name, :group => @group), :class => "#{@score == 'desc' ? 'sort_up' : 'sort_down'} float-none", :style => "line-height:30px; vertical-align:middle;", :remote => true %>
<% end %>