To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / journals / diff.html.erb @ 1531:ae8145b28b2b
History | View | Annotate | Download (457 Bytes)
| 1 |
<h2><%= @issue.tracker %> #<%= @issue.id %></h2> |
|---|---|
| 2 |
<p><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p> |
| 3 |
|
| 4 |
<div class="text-diff"> |
| 5 |
<%= simple_format_without_paragraph @diff.to_html %>
|
| 6 |
</div>
|
| 7 |
|
| 8 |
<p>
|
| 9 |
<%= link_to(l(:button_back), issue_path(@issue),
|
| 10 |
:onclick => 'if (document.referrer != "") {history.back(); return false;}') %>
|
| 11 |
</p>
|
| 12 |
|
| 13 |
<% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %>
|