2013-08-01 10:33:49 +08:00
|
|
|
<h3><%=h @issue.tracker %> #<%= @issue.id %></h3>
|
|
|
|
<p><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p>
|
|
|
|
|
2014-09-29 15:00:01 +08:00
|
|
|
<div class="text-diff">
|
2013-08-01 10:33:49 +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}" %>
|