##// END OF EJS Templates
Added custom templates, did over check of code to make it work....
Added custom templates, did over check of code to make it work. Added templating for add repository, and styling. App globals now handles our custom static files. (logo etc can be changed)

File last commit:

r20:bbaab750 default
r20:bbaab750 default
Show More
changelogentry.tmpl
4 lines | 346 B | application/x-cheetah | CheetahLexer
<h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></a></h3>
<h4>{date|age} ago, by {author|obfuscate} [{date|rfc822date}] rev {rev}</h4>
<p>{desc|strip|escape|addbreaks}</p>
<hr/>