view mercurial/templates/paper/shortlogentry.tmpl @ 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 09ec4220a839
children 9acc0360ff67
line wrap: on
line source

 <tr>
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="description">
   <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
   {inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{bookmarks%changelogtag}
  </td>
 </tr>