##// END OF EJS Templates
Lists can be reordered with drag and drop (#12909)....
Lists can be reordered with drag and drop (#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15336 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11670:1e18c2309544
r14954:42b5c332b2c2
Show More
diff.html.erb
13 lines | 457 B | text/plain | TextLexer
Toshi MARUYAMA
remove unneeded escaping at app/views/journals/diff.html.erb...
r11664 <h2><%= @issue.tracker %> #<%= @issue.id %></h2>
Jean-Philippe Lang
Keep track of issue description changes (#746)....
r4834 <p><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p>
<div class="text-diff">
<%= simple_format_without_paragraph @diff.to_html %>
</div>
Toshi MARUYAMA
fix back-button on description diff page in case of no browser history (#13697)...
r11663 <p>
<%= link_to(l(:button_back), issue_path(@issue),
Toshi MARUYAMA
use document.referrer instead of history.length (#13697)...
r11670 :onclick => 'if (document.referrer != "") {history.back(); return false;}') %>
Toshi MARUYAMA
fix back-button on description diff page in case of no browser history (#13697)...
r11663 </p>
Jean-Philippe Lang
Keep track of issue description changes (#746)....
r4834
<% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %>