11 lines
473 B
Plaintext
11 lines
473 B
Plaintext
<h3><%=h @issue.tracker %> #<%= @issue.id %></h3>
|
|
<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;">
|
|
<%= 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}" %>
|