22341c03b3c9

web: fix cset links
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 13:15:06 -0400
parents ed09b19b1ba7
children 80d65cd81298
branches/tags (none)
files review/templates/index.html

Changes

--- a/review/templates/index.html	Sun Jun 13 13:06:48 2010 -0400
+++ b/review/templates/index.html	Sun Jun 13 13:15:06 2010 -0400
@@ -9,7 +9,7 @@
         {% for rcset in rcsets %}
             {% set rev = rcset.target[rcset.node] %}
             {% set node_short = utils['node_short'](rev.node()) %}
-            {% set link = "/changeset/" + node_short %}
+            {% set link = "/changeset/" + node_short + "/" %}
 
             <tr>
                 <td class="node"><span class="rev">{{ rev.rev() }}</span><span class="sep">:</span><span class="hash">{{ node_short }}</span></td>