Mercurial > hg > soundsoftware-site
comparison test/fixtures/diffs/subversion.diff @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | 513646585e45 |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
20 -<% Redmine::UnifiedDiff.new(diff, :type => diff_type).each do |table_file| -%> | 20 -<% Redmine::UnifiedDiff.new(diff, :type => diff_type).each do |table_file| -%> |
21 +<% diff = Redmine::UnifiedDiff.new(diff, :type => diff_type, :max_lines => Setting.diff_max_lines_displayed.to_i) -%> | 21 +<% diff = Redmine::UnifiedDiff.new(diff, :type => diff_type, :max_lines => Setting.diff_max_lines_displayed.to_i) -%> |
22 +<% diff.each do |table_file| -%> | 22 +<% diff.each do |table_file| -%> |
23 <div class="autoscroll"> | 23 <div class="autoscroll"> |
24 <% if diff_type == 'sbs' -%> | 24 <% if diff_type == 'sbs' -%> |
25 <table class="filecontent CodeRay"> | 25 <table class="filecontent syntaxhl"> |
26 @@ -62,3 +63,5 @@ | 26 @@ -62,3 +63,5 @@ |
27 | 27 |
28 </div> | 28 </div> |
29 <% end -%> | 29 <% end -%> |
30 + | 30 + |