From d1e7777040d361ef1994078ecf51ed1b97c07f5b Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 16 Apr 2015 20:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=B3=A8=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/watcherlist.html.erb | 3 +-- config/locales/projects/zh.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/projects/watcherlist.html.erb b/app/views/projects/watcherlist.html.erb index 4eacf836f..76e7c9d04 100644 --- a/app/views/projects/watcherlist.html.erb +++ b/app/views/projects/watcherlist.html.erb @@ -12,8 +12,7 @@ <%= user.nil? ? '' : (image_tag(url_to_avatar(user), :width => 32, :height => 32)) %> <%= l(:label_username)%> - <%= link_to_user(user) %> - + <%= link_to(user.name, user_path(user),:class => "ml10 c_blue02") %> <%= format_date(user.created_on) %>
diff --git a/config/locales/projects/zh.yml b/config/locales/projects/zh.yml index 8b957d68b..bd09f2538 100644 --- a/config/locales/projects/zh.yml +++ b/config/locales/projects/zh.yml @@ -239,6 +239,7 @@ zh: # 新建问题 field_tracker: 跟踪 + field_untracker: 取消跟踪 field_subject: 主题 field_quote: 描述 label_change_properties: 修改属性