mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Patch by Kouhei Sutou. git-svn-id: http://svn.redmine.org/redmine/trunk@17742 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 lines
423 B
Plaintext
12 lines
423 B
Plaintext
<h2><%= @issue.tracker %> #<%= @issue.id %></h2>
|
|
<p><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p>
|
|
|
|
<pre class="text-diff"><%= @diff.to_html %></pre>
|
|
|
|
<p>
|
|
<%= link_to(l(:button_back), issue_path(@issue),
|
|
:onclick => 'if (document.referrer != "") {history.back(); return false;}') %>
|
|
</p>
|
|
|
|
<% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %>
|