f320ffcad8190454e583ae214884f3a91974fad5
[catagits/Gitalist.git] / templates / summary.tt2
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><a href='/shortlog?p=[% project %]'>shortlog</a></h2>
13 [% INCLUDE '_shortlog.tt2' %]
14 </div>
15
16 <div class='heads'>
17 <h2><a href='/heads?p=[% project %]'>heads</a></h2>
18 [% INCLUDE '_heads.tt2' %]
19 </div>