%#-- copyright OpenProject is a project management system. Copyright (C) 2012-2013 the OpenProject Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. See doc/COPYRIGHT.rdoc for more details. ++#%> <% 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 %> |
<%= to_utf8_for_attachments(table_file.file_name) %> | ||
---|---|---|
... | ... | |
<%= line.nb_line_left %> | <%= line.nb_line_right %> |
<%=to_utf8_for_attachments line.html_line %> |