##// END OF EJS Templates
monoblue: add a space to separate navigation links in file log footer...
av6 -
r26958:32bd195a default
parent child Browse files
Show More
@@ -23,7 +23,7 b" helpentry = '"
23 23 naventry = '<a href="{url|urlescape}log/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
24 24 navshortentry = '<a href="{url|urlescape}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
25 25 navgraphentry = '<a href="{url|urlescape}graph/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
26 filenaventry = '<a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a>'
26 filenaventry = '<a href="{url|urlescape}log/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{label|escape}</a> '
27 27 filedifflink = '<a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
28 28 filenodelink = '
29 29 <tr class="parity{parity}">
@@ -816,7 +816,7 b' Set up the repo'
816 816 <a href="/file/43c799df6e75/foo?style=monoblue">file</a> |
817 817 <a href="/diff/43c799df6e75/foo?style=monoblue">diff</a> |
818 818 <a href="/annotate/43c799df6e75/foo?style=monoblue">annotate</a>
819 <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a><a href="/log/tip/foo?style=monoblue">tip</a>
819 <a href="/log/43c799df6e75/foo?style=monoblue">(0)</a> <a href="/log/tip/foo?style=monoblue">tip</a>
820 820
821 821 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT 'annotate/xyzzy/foo?style=monoblue' | egrep $REVLINKS
822 822 <li><a href="/graph/xyzzy?style=monoblue">graph</a></li>
General Comments 0
You need to be logged in to leave comments. Login now