<%=link_to image_tag("../images/logo.png",width:"51px", height: "45px",class: "mt3"), user_activities_path(User.current.id)%>
  • 首页
  • 资源库
  • 作业
  • 联系人
  • <%= link_to "
    #{image_tag(url_to_avatar(User.current),:width =>"40",:height => "40",:alt=>"头像", :id => "nh_user_logo")}
    ".html_safe,user_activities_path(User.current.id)%>
    • 修改资料
    • 账号设置
    • 退出
<%= link_to "", user_message_path(User.current), :class => "homepageNewsIcon" %> <% if User.current.count_new_message >0 %>
<%= link_to "" , user_message_path(User.current), :class => "newsActive" %>
<% end %>