templates/tags.tmpl
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Thu, 20 Oct 2005 11:41:14 -0700
changeset 1418 68f81ba07b2a
parent 1410 17703aa4491e
child 1419 22041f754f4a
permissions -rw-r--r--
Make hgweb work when the repository is empty (no 00changelog.i)

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