Fixed bug in /summary where repos with < 10 branches display empty branches.
[catagits/Gitalist.git] / root / summary.tt2
1 [% PROCESS 'nav/actions.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 <h2><a href='[% c.uri_for("shortlog") %]'>shortlog</a></h2>
12 [% INCLUDE '_shortlog.tt2' %]
13
14 <h2><a href='[% c.uri_for("heads") %]'>branches</a></h2>
15 [% INCLUDE '_heads.tt2' %]