Show More
@@ -54,7 +54,12 b'' | |||
|
54 | 54 | %for cs in c.cs_ranges: |
|
55 | 55 | <div class="cur_cs">${h.link_to('r%s:%s' % (cs.revision,h.short_id(cs.raw_id)),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id))}</div> |
|
56 | 56 | %for FID, (cs1, cs2, change, path, diff, stats) in c.changes[cs.raw_id].iteritems(): |
|
57 | <div class="cs_${change}">${h.link_to(h.safe_unicode(path),h.url.current(anchor=FID))}</div> | |
|
57 | <div class="cs_${change}"> | |
|
58 | <div class="node"> | |
|
59 | ${h.link_to(h.safe_unicode(path),h.url.current(anchor=FID))} | |
|
60 | </div> | |
|
61 | <div class="changes">${h.fancy_file_stats(stats)}</div> | |
|
62 | </div> | |
|
58 | 63 | %endfor |
|
59 | 64 | %endfor |
|
60 | 65 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now