# HG changeset patch # User Mads Kiilerich # Date 1405695697 -7200 # Node ID f9c473b0d385f66ab85e9412570686c131a6f210 # Parent ac91a7ba2691003c7f9ac6e8a93db5089c41eae6 old style: adjust column widths diff -r ac91a7ba2691 -r f9c473b0d385 kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html Fri Jul 18 17:01:37 2014 +0200 +++ b/kallithea/templates/compare/compare_cs.html Fri Jul 18 17:01:37 2014 +0200 @@ -13,14 +13,14 @@ %for cs in reversed(c.cs_ranges): - - +
+ %if cs.raw_id in c.statuses:
%endif
${cs.date}${cs.date}
gravatar
${h.person(cs.author)}
${h.link_to('r%s:%s' % (cs.revision,h.short_id(cs.raw_id)),h.url('changeset_home',repo_name=c.other_repo.repo_name,revision=cs.raw_id))}