view templates/tags.tmpl @ 1419:22041f754f4a

hgweb: fix broken tags->changelog link
author Matt Mackall <mpm@selenic.com>
date Fri, 21 Oct 2005 00:15:55 -0700
parents 17703aa4491e
children fbe4bbd847e5
line wrap: on
line source

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