From da751d1dcc91e1f8ebae8003a5252fb8f666de10 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Thu, 11 Dec 2014 15:23:19 +0800 Subject: [PATCH] =?UTF-8?q?#1706=E7=82=B9=E5=87=BB=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E2=80=9C=E8=AF=BE=E7=A8=8B=E5=AE=9E=E8=B7=B5?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E2=80=9D=E8=B7=B3=E8=BD=AC=E5=88=B0404.?= =?UTF-8?q?=E5=85=B7=E4=BD=93=E5=A6=82=E5=9B=BE=E6=89=80=E7=A4=BA?= 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 7c40173a0..aeddb84bf 100644 --- a/app/views/layouts/base_homework.html.erb +++ b/app/views/layouts/base_homework.html.erb @@ -60,7 +60,7 @@
<%= link_to "主页", home_path %> > - <%= link_to l(:label_course_practice), :controller => 'courses', :action => 'index' %> + <%=l(:label_course_practice) %> > <%= link_to(course.name.to_s, homework_course_path(course)) if course %>