view mercurial/templates/gitweb/changelogentry.tmpl @ 13863:b602ac02f1ba stable

hgweb: add bookmark labels to gitweb theme (based on 270f57d35525)
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2011 23:44:28 +0900
parents f91e5630ce7e
children b24e5a708fad
line wrap: on
line source

<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}{bookmarks%bookmarktag}</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>