用户个人主页姓名添加url
This commit is contained in:
parent
3dcd38a059
commit
ec39b2d52c
|
@ -119,7 +119,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<div class="user_info_inner">
|
<div class="user_info_inner">
|
||||||
<div class=" user_leftinfo_namebox" >
|
<div class=" user_leftinfo_namebox" >
|
||||||
<a href="javascript:void(0);" class="user_leftinfo_name"><%=@user.show_name %></a>
|
<%= link_to @user.show_name, user_path(@user), :class => "user_leftinfo_name" %>
|
||||||
<% if @user.user_extensions && @user.user_extensions.identity %>
|
<% if @user.user_extensions && @user.user_extensions.identity %>
|
||||||
<span class="user_cirbtn_yellow" ><%= get_user_roll @user %></span>
|
<span class="user_cirbtn_yellow" ><%= get_user_roll @user %></span>
|
||||||
<% end%>
|
<% end%>
|
||||||
|
|
Loading…
Reference in New Issue