##// END OF EJS Templates
partial backout of 1e819576e926 and add tests (issue2131)...
partial backout of 1e819576e926 and add tests (issue2131) The tests are due to Peter Arrenbrecht

File last commit:

r9999:f91e5630 default
r10875:a9702c47 stable
Show More
changelogentry.tmpl
14 lines | 529 B | application/x-cheetah | CheetahLexer
<div>
<a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}"><span class="age">{date|age}</span>{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a>
</div>
<div class="title_text">
<div class="log_link">
<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a><br/>
</div>
<i>{author|obfuscate} [{date|rfc822date}] rev {rev}</i><br/>
</div>
<div class="log_body">
{desc|strip|escape|addbreaks|nonempty}
<br/>
<br/>
</div>