filelogentry.tmpl
5 lines
| 339 B
| application/x-cheetah
|
CheetahLexer
Alexander Plavin
|
r19454 | <tr> | ||
Brodie Rao
|
r15375 | <td class="age">{date|rfc822date}</td> | ||
Dan Villiom Podlaski Christiansen
|
r9999 | <td class="author">{author|person}</td> | ||
Thomas Arendsen Hein
|
r18526 | <td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td> | ||
Dan Villiom Podlaski Christiansen
|
r9999 | </tr> | ||