changeset 1433:70a3b6a505c6

hgweb: fix broken filelog->changelog link
author TK Soh <teekaysoh@yahoo.com>
date Mon, 24 Oct 2005 14:55:46 -0700
parents 612f3eba73ee
children 696851b1bba9
files templates/filelog.tmpl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/filelog.tmpl	Mon Oct 24 14:55:34 2005 -0700
+++ b/templates/filelog.tmpl	Mon Oct 24 14:55:46 2005 -0700
@@ -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>