view mercurial/templates/paper/filelogentry.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 c9f382c8233a
children f36dc643ffdc
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}{rename%filelogrename}
  </td>
 </tr>