##// END OF EJS Templates
Don't change $PATH (breaks python in other locations) and $PWD in test-oldcgi
Don't change $PATH (breaks python in other locations) and $PWD in test-oldcgi

File last commit:

r2195:f027bc2d default
r2541:14dff1da default
Show More
changelogentry-gitweb.tmpl
14 lines | 414 B | application/x-cheetah | CheetahLexer
/ templates / changelogentry-gitweb.tmpl
<div>
<a class="title" href="?cmd=changeset;node=#node#;style=gitweb"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape#</a>
</div>
<div class="title_text">
<div class="log_link">
<a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a><br/>
</div>
<i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/>
</div>
<div class="log_body">
#desc|strip|escape|addbreaks#
<br/>
<br/>
</div>