diff --git a/rhodecode/templates/compare/compare_diff.html b/rhodecode/templates/compare/compare_diff.html
--- a/rhodecode/templates/compare/compare_diff.html
+++ b/rhodecode/templates/compare/compare_diff.html
@@ -34,13 +34,13 @@
##CS
-
${_('Changesets')}
+
${_('Outgoing changesets')}
<%include file="compare_cs.html" />
## FILES
${_('Files affected')}
- %for fid, change, f, stat in c.files:
+ %for fid, change, f, stat in c.files:
${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid))}
${h.fancy_file_stats(stat)}
@@ -49,13 +49,13 @@
-
+
## diff block
<%namespace name="diff_block" file="/changeset/diff_block.html"/>
%for fid, change, f, stat in c.files:
${diff_block.diff_block_simple([c.changes[fid]])}
%endfor
-
+