|
|
|
@ -103,7 +103,10 @@
|
|
|
|
|
<div class="homepageLeft mt10" id="LSide">
|
|
|
|
|
<div class="user_leftinfo mb10">
|
|
|
|
|
<% if User.current.logged?%>
|
|
|
|
|
<%=link_to image_tag(url_to_avatar(@user),width:"74", height: "74", :id=>'nh_user_tx'), my_clear_user_avatar_temp_path, :class => "user_leftinfo_img", :remote => true%>
|
|
|
|
|
<div class="pr" style="width: 80px; margin:0 auto;">
|
|
|
|
|
<%=link_to image_tag(url_to_avatar(@user),width:"74", height: "74", :id => 'nh_user_tx'), my_clear_user_avatar_temp_path, :class => "user_leftinfo_img", :remote => true%>
|
|
|
|
|
<div class="homepageEditProfile undis"><a href="javascript:void(0);" class="homepageEditProfileIcon" title="点击编辑Logo"></a></div>
|
|
|
|
|
</div>
|
|
|
|
|
<% else %>
|
|
|
|
|
<img src="images/user/male.jpg" width="74" height="74" />
|
|
|
|
|
<% end %>
|
|
|
|
|