##// END OF EJS Templates
hgweb: fix broken filelog->changelog link
TK Soh -
r1433:70a3b6a5 default
parent child Browse files
Show More
@@ -1,21 +1,21 b''
1 1 #header#
2 2 <title>#repo|escape#: #file# history</title>
3 3 <link rel="alternate" type="application/rss+xml"
4 4 href="?fl=0;file=#file#;style=rss" title="RSS feed for #repo|escape#:#file#">
5 5 </head>
6 6 </head>
7 7 <body>
8 8
9 9 <div class="buttons">
10 <a href="?cl=#node|short#">changelog</a>
10 <a href="?cl=tip">changelog</a>
11 11 <a href="?tags=">tags</a>
12 12 <a href="?f=#filenode|short#;file=#file#">file</a>
13 13 <a href="?fa=#filenode|short#;file=#file#">annotate</a>
14 14 <a type="application/rss+xml" href="?fl=0;file=#file#;style=rss">rss</a>
15 15 </div>
16 16
17 17 <h2>#file# revision history</h2>
18 18
19 19 #entries%filelogentry#
20 20
21 21 #footer#
General Comments 0
You need to be logged in to leave comments. Login now