templates/sjl/tags.tmpl @ bf4162b781be

Style the READMEs
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Jan 2020 12:59:30 -0500
parents f402fd0f036b
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}