mercurial/templates/spartan/index.tmpl
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Fri, 27 Aug 2021 09:09:10 -0400
changeset 47923 c89ddef6474d
parent 18258 bebb05a7e249
permissions -rw-r--r--
tests: normalize the way some debug output it matched Differential Revision: https://phab.mercurial-scm.org/D11361

{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}