From ea139128524725f950c08081f55fa72c4772aa85 Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 2 Jul 2015 14:56:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3issue=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=B7=AE=E5=88=AB=E7=82=B9=E5=87=BB=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=90=8E=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/journals/diff.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/journals/diff.html.erb b/app/views/journals/diff.html.erb index 5bc823c76..190459b71 100644 --- a/app/views/journals/diff.html.erb +++ b/app/views/journals/diff.html.erb @@ -1,5 +1,5 @@

<%=h @issue.tracker %> #<%= @issue.id %>

-

<%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %>

+

由<%= @journal.user %> 更新于 <%= format_time @journal.created_on %>

<%= simple_format_without_paragraph @diff.to_html %>