Switch to using 960.gs grids for layout.
[catagits/Gitalist.git] / root / ref / tree.tt2
index 4c055f6..91d2082 100644 (file)
@@ -1,4 +1,3 @@
-[% INCLUDE 'nav/actions.tt2' object = commit %]
 
 <div class='content'>
   <div class='commit-message'>
@@ -10,6 +9,6 @@
       INCLUDE 'nav/path.tt2' filename = path;
     END;
 
-    subinclude('/fragment/ref/tree', c.req.captures);
+    subinclude('/fragment/ref/tree', c.req.captures, c.req.args.to_path);
   %]
 </div>