socialforge/app/views/journals/diff.html.erb

11 lines
458 B
Plaintext
Raw Normal View History

<h3><%=h @issue.tracker %> #<%= @issue.id %></h3>
<p>由<%= @journal.user %> 更新于 <%= format_time @journal.created_on %></p>
2015-09-15 16:45:11 +08:00
<div class="text-diff" style="word-break:break-all; word-wrap:break-word;">
2015-09-16 12:38:50 +08:00
<%= simple_format_without_paragraph @diff.to_html%>
</div>
<p><%= link_to l(:button_back), issue_path(@issue), :onclick => 'history.back(); return false;' %></p>
<% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %>