mercurial/templates/spartan/shortlogentry.tmpl
author Wagner Bruna <wbruna@softwareexpress.com.br>
Mon, 15 Feb 2010 16:34:59 -0200
branchstable
changeset 10483 c315125d0a39
parent 9999 f91e5630ce7e
child 14046 b24e5a708fad
permissions -rw-r--r--
i18n-pt_BR: synchronized with 44b4a2a31623

<table class="slogEntry parity{parity}">
 <tr>
  <td class="age">{date|age}</td>
  <td class="author">{author|person}</td>
  <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
 </tr>
</table>