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