Mercurial > hg
diff mercurial/templates/spartan/map @ 29524:19f96077c61b
hgweb: move author information from left-column to hover-box in annotate view
And display the full author information since there is enough space there.
author | Denis Laxalde <denis.laxalde@logilab.fr> |
---|---|
date | Tue, 12 Jul 2016 15:07:37 +0200 |
parents | 4b6afd1b445a |
children | d8f2c718deec |
line wrap: on
line diff
--- a/mercurial/templates/spartan/map Tue Jun 14 11:01:30 2016 +0200 +++ b/mercurial/templates/spartan/map Tue Jul 12 15:07:37 2016 +0200 @@ -58,10 +58,11 @@ <td class="annotate"> {if(blockhead, '<a href="{url|urlescape}annotate/{node|short}/{file|urlescape}{sessionvars%urlparameter}#l{targetline}"> - {author|user}@{rev} + {rev} </a>')} <div class="annotate-info"> <div>{node|short}: {desc|escape|firstline}</div> + <div><em>{author|obfuscate}</em></div> <div>parents: {parents%annotateparent}</div> <a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">diff</a> <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">changeset</a>