From c7c5ae54e590e1ebebca8e90e3c4ab15de31701e Mon Sep 17 00:00:00 2001
From: huangjingquan
Date: Mon, 23 Sep 2013 15:44:32 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E9=87=8C=E9=9D=A2=E6=96=B0?=
=?UTF-8?q?=E5=BB=BA=E4=BC=9A=E8=B7=B3=E5=88=B0=E9=A1=B9=E7=9B=AE=E9=87=8C?=
=?UTF-8?q?=E9=9D=A2=EF=BC=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/users/_my_course.html.erb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app/views/users/_my_course.html.erb b/app/views/users/_my_course.html.erb
index 448affdf5..1e155c5d9 100644
--- a/app/views/users/_my_course.html.erb
+++ b/app/views/users/_my_course.html.erb
@@ -49,10 +49,9 @@
<% else %>
- <%= l(:label_project_course_unadd) %><%= link_to"#{l(:label_new)}",:controller=>'projects',:action=>'new'%>
+ <%= l(:label_project_course_unadd) %><%= link_to"#{l(:label_new)}",:controller=>'projects',:action=>'new', :course => 1 %>
<% end %>
-
<% end %>
<%= call_hook :view_account_left_bottom, :user => @user %>