templates/sjl/tags.tmpl @ f402fd0f036b

Finish (mostly) the reskin
author Steve Losh <steve@stevelosh.com>
date Wed, 15 Jan 2020 20:15:24 -0500
parents b2b88bc58ef9
children (none)
{header}
<title>{repo|escape}: tags</title>
</head>
<body>

<div class="main">

{navigation}
{searchform}

<h1>Tags</h1>


<table class="smalltable">
<thead>
<tr>
 <th>tag</th>
 <th>commit</th>
</tr>
</thead>
<tbody class="stripes2">
{entries%tagentry}
</tbody>
</table>
</div>
</div>

{footer}