diff --git a/app/views/layouts/_logined_header.html.erb b/app/views/layouts/_logined_header.html.erb
index d8ffad8e6..34dd02306 100644
--- a/app/views/layouts/_logined_header.html.erb
+++ b/app/views/layouts/_logined_header.html.erb
@@ -3,7 +3,7 @@
<%= link_to image_tag("../images/bigdata/bigdata-logo.png",width:"45px", height: "45px", alt:"高校智能化教学与实训平台", class:"fl "), home_path %>
- <%= link_to "智能课堂", courses_path, :class => "new-nav-a", :target => "_blank" %>
@@ -36,7 +36,7 @@
- <%= link_to User.current.show_name, user_path(User.current), :class => "task-index-name task-hide" %>
- <%= link_to '我的主页', user_path(User.current) %>
- - <%= link_to '我的课程', {:controller => "users", :action => "user_courselist", :id => User.current} %>
+ - <%= link_to '我的课程', syllabuses_path() %>
- <%= link_to '我的实训', shixuns_path %>
- <%= link_to '我的留言', feedback_path(User.current, :host=> Setting.host_user) %>
@@ -45,7 +45,7 @@
-
+
12