##// 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:

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