view mercurial/templates/paper/shortlogentry.tmpl @ 51641:a898c24a4cd0 stable

Added signature for changeset a1a011d4b148
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 12 Jun 2024 11:27:01 +0200
parents 9acc0360ff67
children
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>
   {alltags}
  </td>
 </tr>