##// END OF EJS Templates
imported patch b1
imported patch b1

File last commit:

r3363:ce8f31e0 default
r3412:f2de6b6b default
Show More
shortlogentry.tmpl
7 lines | 258 B | application/x-cheetah | CheetahLexer
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <table class="slogEntry parity#parity#">
<tr>
<td class="age">#date|age#</td>
<td class="author">#author|obfuscate#</td>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </tr>
</table>