diff --git a/app/views/layouts/_logined_header.html.erb b/app/views/layouts/_logined_header.html.erb index 1988dc672..db1e4f1cc 100644 --- a/app/views/layouts/_logined_header.html.erb +++ b/app/views/layouts/_logined_header.html.erb @@ -68,11 +68,11 @@ <% if hidden_unproject_infos %>
  • - <%= link_to '我的课程',{:controller => "users", :action => "user_courselist", :id => User.current.id}, :class => "menuGrey" %> + <%= link_to '我的课程',{:controller => "users", :action => "user_courselist", :id => User.current}, :class => "menuGrey" %>
  • <% end %>
  • - <%= link_to "我的组织", user_organizations_user_path(:id => User.current.id), :class => "menuGrey"%> + <%= link_to "我的组织", user_organizations_user_path(:id => User.current), :class => "menuGrey"%>
  • <%= link_to "新建组织", new_organization_path, :class => "menuGrey"%>