diff templates/changelogentry.tmpl @ 3265:d1aa83f199ef

Update templates to use NewWebInterface
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents 48395d2692de
children 46188b9528ca
line wrap: on
line diff
--- a/templates/changelogentry.tmpl	Wed Oct 04 17:04:40 2006 -0700
+++ b/templates/changelogentry.tmpl	Wed Oct 04 17:04:40 2006 -0700
@@ -5,7 +5,7 @@
  </tr>
  <tr>
   <th class="revision">changeset #rev#:</th>
-  <td class="node"><a href="?cs=#node|short#">#node|short#</a></td>
+  <td class="node"><a href="#url#rev/#node|short#">#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="?mf=#node|short#;path=/">files</a>:</th>
+  <th class="files"><a href="#url#file/#node|short#/">files</a>:</th>
   <td class="files">#files#</td>
  </tr>
 </table>