From 5d4eec010ebc643b7d2208a21e95bfbaa8d3151f Mon Sep 17 00:00:00 2001
From: z9hang
Date: Mon, 26 May 2014 16:49:41 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=82=B9=E5=87=BB=E6=8F=8F?=
=?UTF-8?q?=E8=BF=B0=E7=94=A8=E6=88=B7=E7=9A=84=E6=A0=87=E7=AD=BE=E5=90=8E?=
=?UTF-8?q?=E8=B7=B3=E5=88=B0=E7=9A=84=E6=A0=87=E7=AD=BE=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E7=94=A8=E6=88=B7=E9=82=AE=E7=AE=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/tags/_show_users.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/tags/_show_users.html.erb b/app/views/tags/_show_users.html.erb
index bee210b2e..29a3f76b7 100644
--- a/app/views/tags/_show_users.html.erb
+++ b/app/views/tags/_show_users.html.erb
@@ -6,7 +6,7 @@
<%= l(:label_tags_user_name) %><%= link_to ("#{user.firstname+user.lastname}"),
:controller => "users",:action => "show",:id => user.id%>
- <%= l(:label_tags_user_mail) %><%= mail_to(h(user.mail)) %>
+
<% end %>