##// END OF EJS Templates
churn: make use of output labeling
churn: make use of output labeling

File last commit:

r9999:f91e5630 default
r10821:a6ac91c3 default
Show More
changelogentry.tmpl
6 lines | 490 B | application/x-cheetah | CheetahLexer
<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>