|
|
@ -1,7 +1,7 @@
|
|
|
|
<h3><%=h @issue.tracker %> #<%= @issue.id %></h3>
|
|
|
|
<h3><%=h @issue.tracker %> #<%= @issue.id %></h3>
|
|
|
|
<p>由<%= @journal.user %> 更新于 <%= format_time @journal.created_on %></p>
|
|
|
|
<p>由<%= @journal.user %> 更新于 <%= format_time @journal.created_on %></p>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="text-diff">
|
|
|
|
<div class="text-diff" style="word-break:break-all; word-wrap:break-word;">
|
|
|
|
<%= simple_format_without_paragraph @diff.to_html %>
|
|
|
|
<%= simple_format_without_paragraph @diff.to_html %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|