用户tag点击之后的名字显示修改,用户邮箱隐藏

This commit is contained in:
yanxd 2014-05-28 10:25:42 +08:00
parent c7d6a07b72
commit 306ae9f685
1 changed files with 1 additions and 2 deletions

View File

@ -3,10 +3,9 @@
<hr />
<% users_results.each do |user| %>
<p class="font_description2">
<strong><%= l(:label_tags_user_name) %><%= link_to ("#{user.firstname+user.lastname}"),
<strong><%= l(:label_tags_user_name) %><%= link_to ("#{user.name}"),
:controller => "users",:action => "show",:id => user.id%></strong>
<br />
<!--<strong><%= l(:label_tags_user_mail) %></strong><%= mail_to(h(user.mail)) %>-->
</p>
<div class="line_under"></div>
<% end %>