##// END OF EJS Templates
paper, monoblue: link correctly to lines in annotate view...
paper, monoblue: link correctly to lines in annotate view The links were to "foo#123" instead of "foo#l123". The gitweb and spartan templates were already producing the correct links.

File last commit:

r15375:fe9d36a6 stable
r16577:f208a4e2 stable
Show More
shortlogentry.tmpl
7 lines | 271 B | application/x-cheetah | CheetahLexer
<table class="slogEntry parity{parity}">
<tr>
<td class="age">{date|rfc822date}</td>
<td class="author">{author|person}</td>
<td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
</tr>
</table>