templates/sjl/tags.tmpl @ 95a016e87923 default tip

Move bounce script into this repo
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jan 2020 14:15:03 -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}