diff templates/changelogentry.tmpl @ 3363:ce8f31e0b3b8

hgweb: Apply the new method of passing session variables to links.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 11 Oct 2006 22:01:24 +0200
parents 46188b9528ca
children
line wrap: on
line diff
--- a/templates/changelogentry.tmpl	Wed Oct 11 20:59:37 2006 +0200
+++ b/templates/changelogentry.tmpl	Wed Oct 11 22:01:24 2006 +0200
@@ -5,7 +5,7 @@
  </tr>
  <tr>
   <th class="revision">changeset #rev#:</th>
-  <td class="node"><a href="#url#rev/#node|short#{getentries}">#node|short#</a></td>
+  <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td>
  </tr>
  #parent%changelogparent#
  #child%changelogchild#
@@ -19,7 +19,7 @@
   <td class="date">#date|date#</td>
  </tr>
  <tr>
-  <th class="files"><a href="#url#file/#node|short#{getentries}">files</a>:</th>
+  <th class="files"><a href="#url#file/#node|short#{sessionvars%urlparameter}">files</a>:</th>
   <td class="files">#files#</td>
  </tr>
 </table>