Chris@0: <% diff = Redmine::UnifiedDiff.new(diff, :type => diff_type, :max_lines => Setting.diff_max_lines_displayed.to_i) -%> Chris@441: Chris@0: <% diff.each do |table_file| -%> Chris@0:
<%=to_utf8 table_file.file_name %> | |||
---|---|---|---|
... | ... | Chris@441: | |
<%= line.nb_line_left %> | Chris@441:
Chris@441: <%=to_utf8 line.html_line_left %>Chris@0: |
Chris@441: <%= line.nb_line_right %> | Chris@441:
Chris@441: <%=to_utf8 line.html_line_right %>Chris@0: |
Chris@0:
<%=to_utf8 table_file.file_name %> | ||
---|---|---|
... | ... | Chris@0: |
<%= line.nb_line_left %> | Chris@441:<%= line.nb_line_right %> | Chris@441:
Chris@441: <%=to_utf8 line.html_line %>Chris@0: |
Chris@0: