隐藏点击描述用户的标签后跳到的标签页面显示的用户邮箱

This commit is contained in:
z9hang 2014-05-26 16:49:41 +08:00
parent ab85ee5169
commit 5d4eec010e
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>