Mercurial > hg
diff templates/shortlogentry.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 | bc63247c66e9 |
line wrap: on
line diff
--- a/templates/shortlogentry.tmpl Wed Oct 11 20:59:37 2006 +0200 +++ b/templates/shortlogentry.tmpl Wed Oct 11 22:01:24 2006 +0200 @@ -2,6 +2,6 @@ <tr> <td class="age">#date|age#</td> <td class="author">#author|obfuscate#</td> - <td class="node"><a href="#url#rev/#node|short#{getentries}">#desc|strip|firstline|escape#</a></td> + <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td> </tr> </table>