|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<span><%= @obj_count%></span>
|
|
|
|
|
<%= l(:label_homework_count)%>
|
|
|
|
|
</p>
|
|
|
|
|
<%= link_to( l(:label_course_homework_new), new_homework_common_path(:course => @course.id), :class => 'problem_new_btn fl c_dorange') if @is_teacher %>
|
|
|
|
|
<%#= link_to( l(:label_course_homework_new), new_homework_common_path(:course => @course.id), :class => 'problem_new_btn fl c_dorange') if @is_teacher %>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<% @homeworks.each do |homework|%>
|
|
|
|
@ -27,7 +27,8 @@
|
|
|
|
|
<% if @is_teacher%>
|
|
|
|
|
<%= homework_anonymous_comment(homework)%>
|
|
|
|
|
<%= link_to(l(:label_bid_respond_delete), homework_common_path(homework),:method => 'delete', :confirm => l(:text_are_you_sure), :class => "fr mr10 work_edit") %>
|
|
|
|
|
<%= link_to(l(:button_edit),edit_homework_common_path(homework), :class => "fr mr10 work_edit") %>
|
|
|
|
|
<%#= link_to(l(:button_edit),edit_homework_common_path(homework), :class => "fr mr10 work_edit") %>
|
|
|
|
|
<%= link_to(l(:button_edit),"javascript:void(0)", :class => "fr mr10 un_work_edit",:title => "编辑功能正在维护中") %>
|
|
|
|
|
<% elsif @is_student%>
|
|
|
|
|
<%= student_anonymous_comment homework %>
|
|
|
|
|
<%= student_new_homework homework %>
|
|
|
|
|