view templates/spartan/shortlogentry.tmpl @ 9643:013cc052a926

bookmarks: use API to determine if repo is local
author Alexander Solovyov <piranha@piranha.org.ua>
date Sun, 25 Oct 2009 12:05:07 +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>