From 306ae9f685253d53e24c52b53ed862bf3750f23f Mon Sep 17 00:00:00 2001 From: yanxd Date: Wed, 28 May 2014 10:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7tag=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E7=9A=84=E5=90=8D=E5=AD=97=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E7=94=A8=E6=88=B7=E9=82=AE=E7=AE=B1?= =?UTF-8?q?=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/tags/_show_users.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/tags/_show_users.html.erb b/app/views/tags/_show_users.html.erb index 29a3f76b7..6818bdd9c 100644 --- a/app/views/tags/_show_users.html.erb +++ b/app/views/tags/_show_users.html.erb @@ -3,10 +3,9 @@
<% users_results.each do |user| %>

- <%= l(:label_tags_user_name) %><%= link_to ("#{user.firstname+user.lastname}"), + <%= l(:label_tags_user_name) %><%= link_to ("#{user.name}"), :controller => "users",:action => "show",:id => user.id%>
-

<% end %>