% diff = Redmine::UnifiedDiff.new(diff, :type => diff_type, :max_lines => Setting.diff_max_lines_displayed.to_i) -%> <% diff.each do |table_file| -%>
<%= 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 %> |
<%= h(to_utf8_for_attachments(table_file.file_name)) %> | ||
---|---|---|
... | ... | |
<%= line.nb_line_left %> | <%= line.nb_line_right %> |
<%=to_utf8_for_attachments line.html_line %> |