From 99b300b2253885cfed7d7723b1aa06d117b22b9c Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Wed, 16 Sep 2015 12:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=AF=B9=E6=AF=94=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= 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 7768f0833..9e40dba68 100644 --- a/app/views/journals/diff.html.erb +++ b/app/views/journals/diff.html.erb @@ -2,7 +2,7 @@

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

- <%= simple_format_without_paragraph @diff.to_html %> + <%= simple_format_without_paragraph @diff.to_html%>

<%= link_to l(:button_back), issue_path(@issue), :onclick => 'history.back(); return false;' %>