隐藏点击描述用户的标签后跳到的标签页面显示的用户邮箱
This commit is contained in:
parent
ab85ee5169
commit
5d4eec010e
|
@ -6,7 +6,7 @@
|
|||
<strong><%= l(:label_tags_user_name) %><%= link_to ("#{user.firstname+user.lastname}"),
|
||||
:controller => "users",:action => "show",:id => user.id%></strong>
|
||||
<br />
|
||||
<strong><%= l(:label_tags_user_mail) %></strong><%= mail_to(h(user.mail)) %>
|
||||
<!--<strong><%= l(:label_tags_user_mail) %></strong><%= mail_to(h(user.mail)) %>-->
|
||||
</p>
|
||||
<div class="line_under"></div>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue