##// END OF EJS Templates
gitweb: strip leading & trailing blank lines in changeset description
gitweb: strip leading & trailing blank lines in changeset description

File last commit:

r2195:f027bc2d default
r2195:f027bc2d 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>