view mercurial/templates/paper/index.tmpl @ 19532:b5e3f2b1d5e9

paper: remove unused occurence of changelogtag in views This variably isn't passed to these views and it always renders to empty string for this reason. Other themes don't have this issue.
author Alexander Plavin <alexander@plav.in>
date Sat, 03 Aug 2013 00:34:56 +0400
parents ddae9e9b7ca1
children fdf7794be41d
line wrap: on
line source

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

<div class="container">
<div class="menu">
<a href="{logourl}">
<img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a>
</div>
<div class="main">
<h2 class="breadcrumb"><a href="/">Mercurial</a> {pathdef%breadcrumb}</h2>

<table class="bigtable">
    <tr>
        <th><a href="?sort={sort_name}">Name</a></th>
        <th><a href="?sort={sort_description}">Description</a></th>
        <th><a href="?sort={sort_contact}">Contact</a></th>
        <th><a href="?sort={sort_lastchange}">Last modified</a></th>
        <th>&nbsp;</th>
        <th>&nbsp;</th>
    </tr>
    <tbody class="stripes2">
    {entries%indexentry}
    </tbody>
</table>
</div>
</div>
{footer}