templates/tags.tmpl
author TK Soh <teekaysoh@yahoo.com>
Tue, 08 Nov 2005 10:35:00 -0800
changeset 1511 a91bfbbe88d3
parent 1419 22041f754f4a
child 1549 fbe4bbd847e5
permissions -rw-r--r--
hgweb: remove redundant rstrip filter

#header#
<title>#repo#: tags</title>
</head>
<body>

<div class="buttons">
<a href="?cl=tip">changelog</a>
<a href="?mf=#manifest|short#;path=/">manifest</a>
</div>

<h2>tags:</h2>

<ul id="tagEntries">
#entries%tagentry#
</ul>

#footer#