|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
<% if @is_teacher %>
|
|
|
|
|
<ul>
|
|
|
|
|
<li id="tb_1" class="hovertab">
|
|
|
|
|
<%= link_to "未批作品", get_not_batch_homework_homework_attach_index_path(:bid_id => @bid.id), {:remote => true}%>
|
|
|
|
|
<%= link_to "未批作品", get_not_batch_homework_homework_attach_index_path(:bid_id => @bid.id), { id: 'not_batch_homework', :remote => true}%>
|
|
|
|
|
</li>
|
|
|
|
|
<li id="tb_2" class="normaltab">
|
|
|
|
|
<%= link_to "已改作品", get_batch_homeworks_homework_attach_index_path(:bid_id => @bid.id), {:remote => true}%>
|
|
|
|
|