view mercurial/templates/monoblue/graphentry.tmpl @ 37990:c0ccbf4fbe47

hgweb: convert comparison {lines} to a mappinggenerator with named template Bare generator can't be restarted.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 04 Apr 2018 00:08:10 +0900
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>