Removing more extra path parts
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 22:19:03 +0000 (22:19 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 22 Jan 2006 22:19:03 +0000 (22:19 +0000)
templates/default/diff.tpl

index 0852b6030d2ba2f71947db3c70e7acd58beb297d..923d0bbd3493a2b2aeedc8cd2729f5e4646bafd4 100644 (file)
@@ -14,8 +14,8 @@ $header
        
        <span style="font-weight: normal">
        (
-       <if condition="$show['fullchangeset']"><a href="$viewsvn->path/$link[changeset]">{@"View Full Changeset"}</a> -</if>
-       <a href="$viewsvn->path/$link[log]">{@"View Log"}</a>
+       <if condition="$show['fullchangeset']"><a href="$link[changeset]">{@"View Full Changeset"}</a> -</if>
+       <a href="$link[log]">{@"View Log"}</a>
        )
        </span>
 </div>