##// END OF EJS Templates
Update templates to use NewWebInterface
Update templates to use NewWebInterface

File last commit:

r3265:d1aa83f1 default
r3265:d1aa83f1 default
Show More
shortlogentry.tmpl
7 lines | 232 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>
Brendan Cully
Update templates to use NewWebInterface
r3265 <td class="node"><a href="#url#rev/#node|short#">#desc|strip|firstline|escape#</a></td>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </tr>
</table>