view mercurial/templates/monoblue/footer.tmpl @ 35903:1a31111e6239

py3: always drop b'' prefix from repr() of bytestr Perhaps this is what we wanted for py2-3 compatibility.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 27 Jan 2018 17:31:25 +0900
parents eb7de21b15be
children
line wrap: on
line source

    <div class="page-footer">
        <p>Mercurial Repository: {repo|escape}</p>
        <ul class="rss-logo">
            <li><a href="{url|urlescape}rss-log">RSS</a></li>
            <li><a href="{url|urlescape}atom-log">Atom</a></li>
        </ul>
        {motd}
    </div>

    <div id="powered-by">
        <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a></p>
    </div>

</div>

</body>
</html>