##// END OF EJS Templates
hgweb: fix broken tags->changelog link
Matt Mackall -
r1419:22041f75 default
parent child Browse files
Show More
@@ -1,17 +1,17 b''
1 #header#
1 #header#
2 <title>#repo#: tags</title>
2 <title>#repo#: tags</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="buttons">
6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a>
7 <a href="?cl=tip">changelog</a>
8 <a href="?mf=#manifest|short#;path=/">manifest</a>
8 <a href="?mf=#manifest|short#;path=/">manifest</a>
9 </div>
9 </div>
10
10
11 <h2>tags:</h2>
11 <h2>tags:</h2>
12
12
13 <ul id="tagEntries">
13 <ul id="tagEntries">
14 #entries%tagentry#
14 #entries%tagentry#
15 </ul>
15 </ul>
16
16
17 #footer#
17 #footer#
General Comments 0
You need to be logged in to leave comments. Login now