diff --git a/pylons_app/templates/files/file_diff.html b/pylons_app/templates/files/file_diff.html --- a/pylons_app/templates/files/file_diff.html +++ b/pylons_app/templates/files/file_diff.html @@ -34,25 +34,7 @@ %if c.no_changes: ${_('No changes')} %else: - - %for diff in c.diff_files: - %for x in diff['chunks']: - %for y in x: - - - - - - %endfor$ - %endfor - %endfor -
-
${y['old_lineno']}
-
-
${y['new_lineno']}
-
-
${y['line']|n}
-
+ ${c.differ.as_HTML()|n} %endif