Changeset - 3e071379fe60
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-02-04 02:00:48
marcin@python-works.com
fixed anchor links on compare view
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/compare/compare_diff.html
Show inline comments
 
@@ -53,7 +53,7 @@
 
              %endif
 
              %for fid, change, f, stat in c.files:
 
                  <div class="cs_${change}">
 
                    <div class="node">${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid))}</div>
 
                    <div class="node">${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid, **request.GET.mixed()))}</div>
 
                    <div class="changes">${h.fancy_file_stats(stat)}</div>
 
                  </div>
 
              %endfor
0 comments (0 inline, 0 general)