解决issue描述查看差别点击时间后异常

This commit is contained in:
huang 2015-07-02 14:56:44 +08:00
parent 288cc5397e
commit ea13912852
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<h3><%=h @issue.tracker %> #<%= @issue.id %></h3>
<p><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p>
<p>由<%= @journal.user %> 更新于 <%= format_time @journal.created_on %></p>
<div class="text-diff">
<%= simple_format_without_paragraph @diff.to_html %>