Added the blob_plain, blobdiff_plain and commitdiff_plain actions.
[catagits/Gitalist.git] / root / summary.tt2
1 [% PROCESS 'nav/actions.tt2' object = head %]
2
3 <div class='summary'>
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 </div>
18
19 <h2><a href='[% c.uri_for("shortlog") %]'>shortlog</a></h2>
20 [% INCLUDE '_shortlog.tt2' %]
21
22 <h2><a href='[% c.uri_for("heads") %]'>branches</a></h2>
23 [% INCLUDE '_heads.tt2' %]