Sorted out diffs so that diffing against parents, diffing merges and other such vecto...
[catagits/Gitalist.git] / templates / summary.tt2
CommitLineData
790ce598 1[% PROCESS 'commit-nav.tt2' object = head %]
2
3<div class='summary'>
4<dl>
5<dt>description</dt><dd>[% info.description %]</dd>
6<dt>owner</dt><dd>[% info.owner %]</dd>
7<dt>last change</dt><dd>[% info.last_change %]</dd>
8</dl>
9</div>
10
11<div class='shortlog'>
12<h2>shortlog</h2>
13[% INCLUDE '_shortlog.tt2' %]
14</div>
15
16<div class='heads'>
17<h2>heads</h2>
18[% INCLUDE '_heads.tt2' %]
19</div>