|
|
@ -1,7 +1,7 @@
|
|
|
|
<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><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="text-diff" style="word-break: break-all;width: 100%;word-wrap: break-word;">
|
|
|
|
<div class="text-diff">
|
|
|
|
<%= simple_format_without_paragraph @diff.to_html %>
|
|
|
|
<%= simple_format_without_paragraph @diff.to_html %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|