Make display of heads work
[catagits/Gitalist.git] / root / repository / summary.tt2
CommitLineData
16bdb8df 1[% PROCESS 'nav/actions.tt2' object = commit %]
2
3<div class='summary content'>
4 <dl>
5 <dt>description</dt><dd>[% Repository.description %]</dd>
6 <dt>owner</dt><dd>[% Repository.owner %]</dd>
7 <dt>last change</dt><dd>[% Repository.last_change %]</dd>
8 </dl>
9
10 <h2><a href='[% c.uri_for(c.controller.action_for('shortlog'), c.req.captures) %]'>shortlog</a></h2>
11 [% subinclude('/repository/shortlog', c.req.captures) %]
12
13 <h2><a href='[% c.uri_for(c.controller.action_for('heads'), c.req.captures) %]'>branches</a></h2>
14 [% subinclude('/repository/heads', c.req.captures) %]
15</div>