问题对比显示
This commit is contained in:
parent
e463be04c3
commit
99b300b225
|
@ -2,7 +2,7 @@
|
|||
<p>由<%= @journal.user %> 更新于 <%= format_time @journal.created_on %></p>
|
||||
|
||||
<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>
|
||||
|
||||
<p><%= link_to l(:button_back), issue_path(@issue), :onclick => 'history.back(); return false;' %></p>
|
||||
|
|
Loading…
Reference in New Issue