Patch #13697 ยป diff.html.erb.patch
app/views/journals/diff.html.erb (working copy) | ||
---|---|---|
5 | 5 |
<%= simple_format_without_paragraph @diff.to_html %> |
6 | 6 |
</div> |
7 | 7 | |
8 |
<p><%= link_to l(:button_back), issue_path(@issue), :onclick => 'history.back(); return false;' %></p>
|
|
8 |
<p><%= link_to l(:button_back), issue_path(@issue), :onclick => 'if (history.length>1){history.back(); return false;}' %></p>
|
|
9 | 9 | |
10 | 10 |
<% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %> |