view templates/tags.tmpl @ 3331:8ec80c1b8f0b

hgweb: globally default to tip if no revision is specified
author Brendan Cully <brendan@kublai.com>
date Wed, 11 Oct 2006 11:30:59 -0700
parents 46188b9528ca
children ce8f31e0b3b8
line wrap: on
line source

#header#
<title>#repo|escape#: tags</title>
<link rel="alternate" type="application/rss+xml"
   href="#url#rss-tags" title="RSS feed for #repo|escape#: tags">
</head>
<body>

<div class="buttons">
<a href="#url#log{getentries}">changelog</a>
<a href="#url#shortlog{getentries}">shortlog</a>
<a href="#url#file/#node|short#/{getentries}">manifest</a>
<a type="application/rss+xml" href="#url#rss-tags">rss</a>
</div>

<h2>tags:</h2>

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

#footer#