Change everything round to be /ref/ instead of /commit/ as this makes more sense
[catagits/Gitalist.git] / root / ref / tree.tt2
diff --git a/root/ref/tree.tt2 b/root/ref/tree.tt2
new file mode 100644 (file)
index 0000000..4c055f6
--- /dev/null
@@ -0,0 +1,15 @@
+[% 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);
+  %]
+</div>