view mercurial/templates/monoblue/footer.tmpl @ 38482:5faaa31a6082

hgweb: add archive entries to graph page Changelog page has them, so it makes sense to add them to graph page too.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 28 Jun 2018 10:50:53 +0800
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>