# HG changeset patch # User Marcin Kuzminski # Date 2013-02-04 01:00:48 # Node ID 3e071379fe607ccb0edf4402a406022f9f0d50a5 # Parent fc08484c5bf3bc00d151994971fb48949f4ddf9a fixed anchor links on compare view 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 @@ -53,7 +53,7 @@ %endif %for fid, change, f, stat in c.files:
-
${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid))}
+
${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid, **request.GET.mixed()))}
${h.fancy_file_stats(stat)}
%endfor