Chris@909: <% diff = Redmine::UnifiedDiff.new( Chris@909: diff, :type => diff_type, Chris@1115: :max_lines => Setting.diff_max_lines_displayed.to_i, Chris@1115: :style => diff_style) -%> Chris@441: Chris@0: <% diff.each do |table_file| -%> Chris@0:
Chris@909: <%= h(Redmine::CodesetUtil.to_utf8_by_setting(table_file.file_name)) %> Chris@909: | Chris@909:|||
---|---|---|---|
... | ... | Chris@441: | |
<%= line.nb_line_left %> | Chris@441:
Chris@1115: <%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line_left).html_safe %>Chris@0: |
Chris@441: <%= line.nb_line_right %> | Chris@441:
Chris@1115: <%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line_right).html_safe %>Chris@0: |
Chris@0:
Chris@909: <%= h(Redmine::CodesetUtil.to_utf8_by_setting(table_file.file_name)) %> Chris@909: | Chris@909:||
---|---|---|
... | ... | Chris@0: |
<%= line.nb_line_left %> | Chris@441:<%= line.nb_line_right %> | Chris@441:
Chris@1115: <%= Redmine::CodesetUtil.to_utf8_by_setting(line.html_line).html_safe %>Chris@0: |
Chris@0: