hgweb: fix broken filelog->changelog link
authorTK Soh <teekaysoh@yahoo.com>
Mon, 24 Oct 2005 14:55:46 -0700
changeset 1433 70a3b6a505c6
parent 1432 612f3eba73ee
child 1434 696851b1bba9
hgweb: fix broken filelog->changelog link
templates/filelog.tmpl
--- a/templates/filelog.tmpl
+++ b/templates/filelog.tmpl
@@ -7,7 +7,7 @@
 <body>
 
 <div class="buttons">
-<a href="?cl=#node|short#">changelog</a>
+<a href="?cl=tip">changelog</a>
 <a href="?tags=">tags</a>
 <a href="?f=#filenode|short#;file=#file#">file</a>
 <a href="?fa=#filenode|short#;file=#file#">annotate</a>