From b22077033a896722afd71a51714d3b85df090195 Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Thu, 14 Nov 2013 09:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=88=B0=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_homework.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/base_homework.html.erb b/app/views/layouts/base_homework.html.erb index 7759e37e1..82cceaaec 100644 --- a/app/views/layouts/base_homework.html.erb +++ b/app/views/layouts/base_homework.html.erb @@ -33,7 +33,7 @@ <%= link_to "forge.trustie.net/courses", :controller => 'projects', :action => 'course'%>

<%=link_to "主页", home_path %> > <%=link_to "实践课程", :controller => 'projects', :action => 'course' %> > - <%= link_to(@bid.courses.first.name, project_path(@bid.courses.first)) %> > + <%= link_to(@bid.courses.first.name, homework_project_path(@bid.courses.first)) %> > <%=link_to(@bid.name, respond_path(@bid)) %>