Move all the templates back into the 'root' directory, otherwise make install will...
[catagits/Gitalist.git] / templates / nav / actions.tt2
diff --git a/templates/nav/actions.tt2 b/templates/nav/actions.tt2
deleted file mode 100644 (file)
index 8f2293b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<div id='commit-nav'>
-    <a href="[% c.uri_for('summary') %]">summary</a> |
-    <a href="[% c.uri_for('shortlog', {h=object.sha1}) %]">shortlog</a> |
-    <a href="[% c.uri_for('log', {h=object.sha1}) %]">log</a> |
-    <a href="[% c.uri_for('commit', {h=object.sha1}) %]">commit</a> |
-    <a href="[% c.uri_for('commitdiff', {h=object.sha1}) %]">commitdiff</a> |
-    <a href="[% c.uri_for('tree', {h=object.tree_sha1, hb=object.sha1}) %]">tree</a>
-</div>