view mercurial/templates/monoblue/graphentry.tmpl @ 52073:569e074894fa

manifest: drop the CamelCase name for `manifest.memtreemanifestctx` See 61557734c0ae for the reasoning.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 23 Oct 2024 16:45:12 -0400
parents acd8a2454b47
children
line wrap: on
line source

<li class="parity{parity}" data-node="{node|short}">
    <div class="fg">
        <span class="desc">
            <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
        </span>
        {alltags}
        <div class="info"><span class="age">{date|rfc822date}</span>, by {author|person}</div>
    </div>
</li>