templates/monoblue/changelogentry.tmpl
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 05 Nov 2009 14:44:29 +0100
changeset 9721 1d75c683ada1
parent 8430 8b47efdf40ee
permissions -rw-r--r--
templater: put 'ago' inside the age template filter

<h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3>
<ul class="changelog-entry">
    <li class="age">{date|age}</li>
    <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li>
    <li class="description">{desc|strip|escape|addbreaks|nonempty}</li>
</ul>