From 41db8e98664090614d9b284cdd35917138ad845b Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Wed, 3 Jun 2015 08:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5=20=20?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_course_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %> )