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 %>