More template tweaks.
[catagits/Gitalist.git] / root / ref / tree.tt2
old mode 100644 (file)
new mode 100755 (executable)
index 83baf01..6d76c32
@@ -1,15 +1 @@
-[% INCLUDE 'nav/actions.tt2' object = commit %]
-
-<div class='content'>
-  <div class='commit-message'>
-  [% short_cmt(commit.comment) | html %] ...
-  </div>
-
-  [%
-    IF path;
-      INCLUDE 'nav/path.tt2' filename = path;
-    END;
-
-    subinclude('/fragment/ref/tree', c.req.captures, c.req.args.to_path);
-  %]
-</div>
+[% subinclude('/fragment/ref/tree', c.req.captures, c.req.args.to_path) %]