|
|
|
@ -63,7 +63,6 @@ display: none; right:110px;">
|
|
|
|
|
<li><%= link_to '我的实训项目', user_path(User.current, :type => 'a_shixun') %></li>
|
|
|
|
|
<li><%= link_to '我的实践课程', user_path(User.current, :type => 'a_path') %></li>
|
|
|
|
|
<li><%= link_to '我的开发项目', user_path(User.current, :type => 'a_project') %></li>
|
|
|
|
|
<li><%= link_to '我的众包', user_path(User.current, :type => 'a_package') %></li>
|
|
|
|
|
<% if User.current.partner.present? %>
|
|
|
|
|
<li><%= link_to '客户管理', partner_list_cooperate_path(User.current.partner) %></li>
|
|
|
|
|
<% end %>
|
|
|
|
|