view templates/spartan/shortlogentry.tmpl @ 9229:be4fb30595ee

i18n-da: synchronized with 78e54b9f3a62
author Martin Geisler <mg@lazybytes.net>
date Mon, 20 Jul 2009 23:24:12 +0200
parents 5c1aabc58004
children
line wrap: on
line source

<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>