Starting to streamline and generally rejig the layout.
[catagits/Gitalist.git] / root / summary.tt2
1 [% PROCESS 'nav/actions.tt2' object = head %]
2
3 <div class='summary content'>
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>
12   <dt>description</dt><dd>[% Project.description %]</dd>
13   <dt>owner</dt><dd>[% Project.owner %]</dd>
14   <dt>last change</dt><dd>[% Project.last_change %]</dd>
15  </dl>
16
17   <h2><a href='[% c.uri_for("shortlog") %]'>shortlog</a></h2>
18   [% INCLUDE '_shortlog.tt2' %]
19
20   <h2><a href='[% c.uri_for("heads") %]'>branches</a></h2>
21   [% INCLUDE '_heads.tt2' %]
22 </div>