diff --git a/app/views/users/_course_form.html.erb b/app/views/users/_course_form.html.erb index c63daf574..82b69ab63 100644 --- a/app/views/users/_course_form.html.erb +++ b/app/views/users/_course_form.html.erb @@ -27,7 +27,7 @@ <%= l(:label_homework) %> ( - <%= link_to (membership.course.homeworks.count), {:controller => 'courses', :action => 'homework', :id => membership.course.id} %> + <%= link_to (membership.course.homework_commons.count), homework_common_index_path(:course => membership.course.id) %> )