|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
|
|
|
|
|
<div class="por_header_top">
|
|
|
|
|
<div class="por_header_con" >
|
|
|
|
|
<%= image_tag(url_to_avatar(@organization), width:"67", height: "61", :id => 'nh_user_tx', :class => "por_logo fl ", :target => "_blank") %>
|
|
|
|
@ -5,7 +6,7 @@
|
|
|
|
|
<div class="navHomepageProfile" id="navHomepageProfile">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="homepageProfileMenuIcon fr mt15" id="homepageProfileMenuIcon">
|
|
|
|
|
<%= link_to "<div class='user-img' id='user_avatar'>#{image_tag(url_to_avatar(User.current), :width =>"40", :height => "40", :class => "portraitRadius",:alt=>"头像", :id => "nh_user_logo")}</div>".html_safe, user_activities_path(User.current.id) %>
|
|
|
|
|
<%= link_to "<div class='user-img' id='user_avatar'>#{image_tag(url_to_avatar(User.current), :width =>"40", :height => "40", :class => "portraitRadius",:alt=>"头像", :id => "nh_user_logo")}</div>".html_safe, user_url_in_org(User.current.id) %>
|
|
|
|
|
<ul class="topnav_login_list none sn-f12" id="topnav_login_list" style="text-align:left;">
|
|
|
|
|
<li><%= link_to "修改资料", my_account_path, :class => "menuGrey"%></li>
|
|
|
|
|
<li><%= link_to "我的组织", user_organizations_user_path(:id => User.current.id), :class => "menuGrey"%></li>
|
|
|
|
|