Mercurial > public > mercurial-scm > hg-stable
comparison templates/spartan/shortlogentry.tmpl @ 8431:5c1aabc58004
spartan: use newer template syntax everywhere
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Fri, 15 May 2009 10:47:13 +0200 |
parents | 89bc3946c8f3 |
children |
comparison
equal
deleted
inserted
replaced
8430:8b47efdf40ee | 8431:5c1aabc58004 |
---|---|
1 <table class="slogEntry parity#parity#"> | 1 <table class="slogEntry parity{parity}"> |
2 <tr> | 2 <tr> |
3 <td class="age">#date|age#</td> | 3 <td class="age">{date|age}</td> |
4 <td class="author">#author|person#</td> | 4 <td class="author">{author|person}</td> |
5 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape|nonempty#</a></td> | 5 <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td> |
6 </tr> | 6 </tr> |
7 </table> | 7 </table> |