diff templates/shortlogentry.tmpl @ 3264:d1aa83f199ef

Update templates to use NewWebInterface
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents d98eebc48d5e
children 46188b9528ca
line wrap: on
line diff
--- a/templates/shortlogentry.tmpl
+++ b/templates/shortlogentry.tmpl
@@ -2,6 +2,6 @@
  <tr>
   <td class="age">#date|age#</td>
   <td class="author">#author|obfuscate#</td>
-  <td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td>
+  <td class="node"><a href="#url#rev/#node|short#">#desc|strip|firstline|escape#</a></td>
  </tr>
 </table>