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