##// END OF EJS Templates
hgweb: actually commit the tags template
mpm@selenic.com -
r169:e93a16de default
parent child Browse files
Show More
@@ -0,0 +1,15 b''
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#
General Comments 0
You need to be logged in to leave comments. Login now