view mercurial/templates/spartan/index.tmpl @ 24323:4c7c6beade1a

manifest: have context's dirs() call its manifest's dirs() This lets the context's dirs() method be agnostic towards any alternate manifest implementations.
author Drew Gottlieb <drgott@google.com>
date Fri, 13 Mar 2015 15:23:02 -0700
parents bebb05a7e249
children
line wrap: on
line source

{header}
<title>Mercurial repositories index</title>
</head>
<body>

<h2><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>

<table>
    <tr>
        <td><a href="?sort={sort_name}">Name</a></td>
        <td><a href="?sort={sort_description}">Description</a></td>
        <td><a href="?sort={sort_contact}">Contact</a></td>
        <td><a href="?sort={sort_lastchange}">Last modified</a></td>
        <td>&nbsp;</td>
    </tr>
    {entries%indexentry}
</table>

{footer}