view mercurial/templates/monoblue/graphentry.tmpl @ 52001:3af11f3e9980 default tip

zeroconf: fix a warning about a signature mismatch in a method override Caught by PyCharm. It looks like the `hdr` arg is mostly unused (thus why it was missing in some cases), so pass along an empty string where needed.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 13 Oct 2024 14:46:23 +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>