##// 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
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <div>
TK Soh
gitweb: strip leading & trailing blank lines in changeset description
r2195 <a class="title" href="?cmd=changeset;node=#node#;style=gitweb"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape#</a>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </div>
<div class="title_text">
<div class="log_link">
<a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a><br/>
</div>
Johannes Stezenbach
display revision numbers...
r1704 <i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </div>
<div class="log_body">
TK Soh
gitweb: strip leading & trailing blank lines in changeset description
r2195 #desc|strip|escape|addbreaks#
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <br/>
<br/>
</div>