|
|
@ -1,5 +1,5 @@
|
|
|
|
<h3><%=h @issue.tracker %> #<%= @issue.id %></h3>
|
|
|
|
<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">
|
|
|
|
<div class="text-diff">
|
|
|
|
<%= simple_format_without_paragraph @diff.to_html %>
|
|
|
|
<%= simple_format_without_paragraph @diff.to_html %>
|
|
|
|