comparison templates/tags.tmpl @ 169:e93a16de0c66

hgweb: actually commit the tags template
author mpm@selenic.com
date Thu, 26 May 2005 13:02:04 -0800
parents
children 11578820b5d7
comparison
equal deleted inserted replaced
168:65cf1b0cfe86 169:e93a16de0c66
1 #header#
2 <title>#repo#: tags</title>
3 </head>
4 <body>
5
6 <div class="buttons">
7 <a href="?cmd=changelog;rev=#rev#">changelog</a>
8 <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
9 </div>
10
11 <h2>tags:</h2>
12
13 #entries#
14
15 #footer#