# HG changeset patch # User Na'Tosha Bard # Date 1411131909 -7200 # Node ID cadbabcc6b0e8cc73197c297532e473cccfc2f84 # Parent 63c6386cf488966334a40f122b07a64aa149a581 Switch ellipses to right-arrow in header of compare page. We use a right-arrow at the top of the file-diff sections. This makes the header do the same thing for consistency. diff -r 63c6386cf488 -r cadbabcc6b0e kallithea/templates/compare/compare_diff.html --- a/kallithea/templates/compare/compare_diff.html Fri Sep 19 14:52:02 2014 +0200 +++ b/kallithea/templates/compare/compare_diff.html Fri Sep 19 15:05:09 2014 +0200 @@ -31,7 +31,7 @@
- ${h.hidden('compare_org')} ${h.hidden('compare_other')} + ${h.hidden('compare_org')} ${h.hidden('compare_other')} %if not c.compare_home: ${_('Swap')} %endif