templates/tags.tmpl
author TK Soh <teekaysoh@yahoo.com>
Mon, 24 Oct 2005 14:55:34 -0700
changeset 1432 612f3eba73ee
parent 1419 22041f754f4a
child 1549 fbe4bbd847e5
permissions -rw-r--r--
hgweb: fix broken search->changelog link

#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#