view templates/monoblue/changelogentry.tmpl @ 10277:17c6d5eab25d stable

templates: do not add "ago" twice After 1d75c683ada1, "ago" is added by the ago template filter.
author Martin Geisler <mg@lazybytes.net>
date Sat, 23 Jan 2010 16:54:53 +0100
parents 1d75c683ada1
children
line wrap: on
line source

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