Changeset - cadbabcc6b0e
[Not reviewed]
default
0 1 0
Na'Tosha Bard - 11 years ago 2014-09-19 15:05:09
natosha@unity3d.com
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.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/compare/compare_diff.html
Show inline comments
 
@@ -31,7 +31,7 @@ ${self.repo_context_bar('changelog')}
 
        <div id="body" class="diffblock">
 
            <div class="code-header">
 
                <div>
 
                    ${h.hidden('compare_org')} <i class="icon-ellipsis-horizontal" style="color: #999; vertical-align: -12px; padding: 0px 0px 0px 2px"></i> ${h.hidden('compare_other')}
 
                    ${h.hidden('compare_org')} <i class="icon-arrow-right"></i> ${h.hidden('compare_other')}
 
                    %if not c.compare_home:
 
                        <a class="btn btn-small" href="${c.swap_url}"><i class="icon-refresh"></i> ${_('Swap')}</a>
 
                    %endif
0 comments (0 inline, 0 general)