Fix pervasive repo_dir -> repos_dir typo
[catagits/Gitalist.git] / root / summary.tt2
CommitLineData
cce8c9b6 1[% PROCESS 'nav/actions.tt2' object = commit %]
790ce598 2
2cf1e781 3<div class='summary content'>
c8a42dd5 4<!-- <div id='stats'>
5 <dt>Number of commits in the last day</dt><dd>N</dd>
6 <dt>Most frequent commiter in the last week</dt><dd>Foo</dd>
7 <dt>Hottest file in the repo</dt><dd>Bar.baz</dd>
8 <dt>Current hue</dt><dd>either HEAD or some arbitrary munging</dd>
9 </div> -->
10
11 <dl>
87581f05 12 <dt>description</dt><dd>[% Repository.description %]</dd>
13 <dt>owner</dt><dd>[% Repository.owner %]</dd>
14 <dt>last change</dt><dd>[% Repository.last_change %]</dd>
c8a42dd5 15 </dl>
16
2cf1e781 17 <h2><a href='[% c.uri_for("shortlog") %]'>shortlog</a></h2>
18 [% INCLUDE '_shortlog.tt2' %]
790ce598 19
2cf1e781 20 <h2><a href='[% c.uri_for("heads") %]'>branches</a></h2>
21 [% INCLUDE '_heads.tt2' %]
22</div>