Added the /summary, /heads and /log actions.
[catagits/Gitalist.git] / templates / summary.tt2
diff --git a/templates/summary.tt2 b/templates/summary.tt2
new file mode 100644 (file)
index 0000000..2eb2e8a
--- /dev/null
@@ -0,0 +1,19 @@
+[% PROCESS 'commit-nav.tt2' object = head %]
+
+<div class='summary'>
+<dl>
+<dt>description</dt><dd>[% info.description %]</dd>
+<dt>owner</dt><dd>[% info.owner %]</dd>
+<dt>last change</dt><dd>[% info.last_change %]</dd>
+</dl>
+</div>
+
+<div class='shortlog'>
+<h2>shortlog</h2>
+[% INCLUDE '_shortlog.tt2' %]
+</div>
+
+<div class='heads'>
+<h2>heads</h2>
+[% INCLUDE '_heads.tt2' %]
+</div>