# HG changeset patch # User Mads Kiilerich # Date 1405701894 -7200 # Node ID 03d129da0e17bdee3eab849109baf45bef321359 # Parent f2194318b462371633f1a55fe22aa38dbfe08976 pull requests: use explicit img sizes to avoid reflowing after the graph has been rendered diff -r f2194318b462 -r 03d129da0e17 kallithea/templates/compare/compare_cs.html --- a/kallithea/templates/compare/compare_cs.html Fri Jul 18 18:44:54 2014 +0200 +++ b/kallithea/templates/compare/compare_cs.html Fri Jul 18 18:44:54 2014 +0200 @@ -16,12 +16,12 @@ %if cs.raw_id in c.statuses:
- +
%endif ${cs.date} -
gravatar
+
gravatar
${h.person(cs.author)}
${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.other_repo.repo_name,revision=cs.raw_id))}