# HG changeset patch # User Na'Tosha Bard # Date 2014-09-19 15:05:09 # 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 --git a/kallithea/templates/compare/compare_diff.html b/kallithea/templates/compare/compare_diff.html --- a/kallithea/templates/compare/compare_diff.html +++ b/kallithea/templates/compare/compare_diff.html @@ -31,7 +31,7 @@ ${self.repo_context_bar('changelog')}
- ${h.hidden('compare_org')} ${h.hidden('compare_other')} + ${h.hidden('compare_org')} ${h.hidden('compare_other')} %if not c.compare_home: ${_('Swap')} %endif