# HG changeset patch # User Mads Kiilerich # Date 2014-07-18 17:01:37 # Node ID f9c473b0d385f66ab85e9412570686c131a6f210 # Parent ac91a7ba2691003c7f9ac6e8a93db5089c41eae6 old style: adjust column widths diff --git a/kallithea/templates/compare/compare_cs.html b/kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html +++ b/kallithea/templates/compare/compare_cs.html @@ -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))}