First cut at the equivalent of 'a=history'.
[catagits/Gitalist.git] / templates / _diff_tree.tt2
index 66a1cd3..d1578c8 100644 (file)
@@ -12,7 +12,7 @@
    <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 %]
      <a href="/blob?p=[% project %];f=[% line.file %];h=[% line.sha1 %];hb=[% commit.sha1 %]">blob</a>
-     [% IF !line.is_new %]<a href="/log?p=[% project %];f=[% line.file %];hb=[% commit.sha1 %]">history</a>[% END %]
+     [% IF !line.is_new %]<a href="/shortlog?p=[% project %];f=[% line.file %];hb=[% commit.sha1 %]">history</a>[% END %]
    </td>
   </tr>
   [% END %]