templates/tags.tmpl
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 09 Feb 2006 07:01:23 +0100
changeset 1706 20b621154e17
parent 1549 fbe4bbd847e5
child 1768 f79afc26ae3b
permissions -rw-r--r--
Run commit message editor in the repo root (like hooks). This makes the hgeditor script work with hg commit -R path/to/repo

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