templates/markdown/changelogentry.tmpl @ 34d537e83b7a

Move summary below readme as less important
author theaspect@gmail.com
date Sat, 01 Jun 2013 17:42:46 +0700
parents 299ff954bfa8
children (none)
<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}{bookmarks%bookmarktag}</span></a></h3>
<ul class="changelog-entry">
    <li class="age">{date|rfc822date}</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>