##// END OF EJS Templates
git: use newer template syntax everywhere
git: use newer template syntax everywhere

File last commit:

r8235:89bc3946 default
r8427:cebdfdcc default
Show More
shortlogentry.tmpl
7 lines | 264 B | application/x-cheetah | CheetahLexer
Matt Mackall
hgweb: move old style to spartan/
r7338 <table class="slogEntry parity#parity#">
<tr>
<td class="age">#date|age#</td>
<td class="author">#author|person#</td>
Rocco Rutte
hgweb: use "nonempty" filter in templates for the changelog message...
r8235 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape|nonempty#</a></td>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
</table>