##// END OF EJS Templates
monoblue: fix title for branches page
monoblue: fix title for branches page

File last commit:

r9721:1d75c683 default
r10137:daec0f64 stable
Show More
changelogentry.tmpl
6 lines | 490 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <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>
Hiroshi Funai
added monoblue hgweb theme
r7111 <ul class="changelog-entry">
Dirkjan Ochtman
templater: put 'ago' inside the age template filter
r9721 <li class="age">{date|age}</li>
Dirkjan Ochtman
monoblue: use newer template syntax everywhere
r8430 <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>
Hiroshi Funai
added monoblue hgweb theme
r7111 </ul>