<% diff = Redmine::UnifiedDiff.new(diff, :type => diff_type, :max_lines => Setting.diff_max_lines_displayed.to_i) -%> <% diff.each do |table_file| -%>
<% if diff.diff_type == 'sbs' -%> <% table_file.each_line do |spacing, line| -%> <% if spacing -%> <% end -%> <% end -%>
<%= h(to_utf8_for_attachments(table_file.file_name)) %>
......
<%= line.nb_line_left %>
<%=to_utf8_for_attachments line.html_line_left %>
<%= line.nb_line_right %>
<%=to_utf8_for_attachments line.html_line_right %>
<% else -%> <% table_file.each_line do |spacing, line| %> <% if spacing -%> <% end -%> <% end -%>
<%= h(to_utf8_for_attachments(table_file.file_name)) %>
......
<%= line.nb_line_left %> <%= line.nb_line_right %>
<%=to_utf8_for_attachments line.html_line %>
<% end -%>
<% end -%> <%= l(:text_diff_truncated) if diff.truncated? %>