Fleshed out the /tree action and fixed paging.
[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'>
b4b4d0fd 12<h2><a href='/shortlog?p=[% project %]'>shortlog</a></h2>
790ce598 13[% INCLUDE '_shortlog.tt2' %]
14</div>
15
16<div class='heads'>
b4b4d0fd 17<h2><a href='/heads?p=[% project %]'>heads</a></h2>
790ce598 18[% INCLUDE '_heads.tt2' %]
19</div>