templates/tags.tmpl
author Matt Mackall <mpm@selenic.com>
Thu, 20 Oct 2005 00:26:24 -0700
changeset 1417 90b62337f8dd
parent 1410 17703aa4491e
child 1419 22041f754f4a
permissions -rw-r--r--
hgweb: add a mercurial link to the footer

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

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

<h2>tags:</h2>

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

#footer#