view templates/tags.tmpl @ 1566:8befbb4e30b2

Handle hg under /
author Arun Sharma <arun@sharma-home.net>
date Thu, 01 Dec 2005 10:48:42 -0600
parents fbe4bbd847e5
children f79afc26ae3b
line wrap: on
line source

#header#
<title>#repo|escape#: 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#