Fix pervasive repo_dir -> repos_dir typo
[catagits/Gitalist.git] / root / tree.tt2
index 18a3abf..bc06ea5 100644 (file)
@@ -1,13 +1,15 @@
 [% INCLUDE 'nav/actions.tt2' object = commit %]
 
-<div class='commit-message'>
-[% short_cmt(commit.comment) | html %] ...
-</div>
+<div class='content'>
+  <div class='commit-message'>
+  [% short_cmt(commit.comment) | html %] ...
+  </div>
 
-[%
-  IF path;
-    INCLUDE 'nav/path.tt2' filename = path, head = commit;
-  END;
+  [%
+    IF path;
+      INCLUDE 'nav/path.tt2' filename = path, head = commit;
+    END;
 
-  INCLUDE '_tree.tt2';
-%]
+    INCLUDE '_tree.tt2';
+  %]
+</div>