##// END OF EJS Templates
tests: fix a bug in `f` that prevented calculating sha1sum on a file
tests: fix a bug in `f` that prevented calculating sha1sum on a file

File last commit:

r35220:dc623009 default
r35487:ea4d27aa default
Show More
graphentry.tmpl
7 lines | 268 B | application/x-cheetah | CheetahLexer
<li data-node="{node|short}">
<span class="desc">
<a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"><b>{desc|strip|firstline|escape|nonempty}</b></a>
</span>
{alltags}
<span class="info">{date|age}, by {author|person}</span>
</li>