view mercurial/templates/monoblue/graphentry.tmpl @ 51194:f0fa98752d67

rust-index: remove `__setitem__` method from the mixed index This is not defined on the Python or C one, and isn't used anywhere.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 28 Jun 2023 11:59:43 +0200
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>