Change everything round to be /ref/ instead of /commit/ as this makes more sense
[catagits/Gitalist.git] / root / fragment / repository / heads.tt2
index a2ca50e..a05a2ed 100644 (file)
@@ -21,9 +21,9 @@
    <td class='time-since' title='[% head.last_change %]'>[% time_since(head.last_change) %]</td>
    <td class='head[% head.sha1 == HEAD ? ' current' : '' %]'>[% head.name %]</td>
    <td class='action-list'>[%# FIXME %]
-     <a href="[% c.uri_for_action('/commit/shortlog', [Repository.name, head.name]) %]">shortlog</a>
-     <a href="[% c.uri_for_action('/commit/longlog', [Repository.name, head.name]) %]">log</a>
-     <a href="[% c.uri_for_action('/commit/tree', [Repository.name, head.name]) %]">tree</a>
+     <a href="[% c.uri_for_action('/ref/shortlog', [Repository.name, head.name]) %]">shortlog</a>
+     <a href="[% c.uri_for_action('/ref/longlog', [Repository.name, head.name]) %]">log</a>
+     <a href="[% c.uri_for_action('/ref/tree', [Repository.name, head.name]) %]">tree</a>
    </td>
   </tr>
  [% END %]