Show More
@@ -53,7 +53,7 b'' | |||
|
53 | 53 | %endif |
|
54 | 54 | %for fid, change, f, stat in c.files: |
|
55 | 55 | <div class="cs_${change}"> |
|
56 | <div class="node">${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid))}</div> | |
|
56 | <div class="node">${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid, **request.GET.mixed()))}</div> | |
|
57 | 57 | <div class="changes">${h.fancy_file_stats(stat)}</div> |
|
58 | 58 | </div> |
|
59 | 59 | %endfor |
General Comments 0
You need to be logged in to leave comments.
Login now