Fix /blobdiff link in diff tree.
broquaint [Tue, 27 Oct 2009 17:54:51 +0000 (17:54 +0000)]
templates/_diff_tree.tt2

index d1578c8..c46bbb2 100644 (file)
@@ -10,7 +10,7 @@
   <tr>
    <td class='filename'>[% line.src %]</td>
    <td class='action-list'>
-     [% IF !line.is_new %]<a href="/blobdiff?p=[% project %];f=[% line.file %];h=[% commit.parent_sha1 %];hp=[% commit.sha1 %]">diff</a>[% END %]
+     [% IF !line.is_new %]<a href="/blobdiff?p=[% project %];f=[% line.file %];h=[% commit.sha1 %];hp=[% commit.parent_sha1 %]">diff</a>[% END %]
      <a href="/blob?p=[% project %];f=[% line.file %];h=[% line.sha1 %];hb=[% commit.sha1 %]">blob</a>
      [% IF !line.is_new %]<a href="/shortlog?p=[% project %];f=[% line.file %];hb=[% commit.sha1 %]">history</a>[% END %]
    </td>