The blame view now looks similar to the blob so a bit easier on the eyes.
[catagits/Gitalist.git] / root / summary.tt2
index 7b6adb4..be4b3e1 100644 (file)
@@ -1,6 +1,6 @@
-[% PROCESS 'nav/actions.tt2' object = head %]
+[% PROCESS 'nav/actions.tt2' object = commit %]
 
-<div class='summary'>
+<div class='summary content'>
 <!-- <div id='stats'>
   <dt>Number of commits in the last day</dt><dd>N</dd>
   <dt>Most frequent commiter in the last week</dt><dd>Foo</dd>
@@ -9,15 +9,14 @@
  </div> -->
 
  <dl>
-  <dt>description</dt><dd>[% Project.description %]</dd>
-  <dt>owner</dt><dd>[% Project.owner %]</dd>
-  <dt>last change</dt><dd>[% Project.last_change %]</dd>
+  <dt>description</dt><dd>[% Repository.description %]</dd>
+  <dt>owner</dt><dd>[% Repository.owner %]</dd>
+  <dt>last change</dt><dd>[% Repository.last_change %]</dd>
  </dl>
 
-</div>
-
-<h2><a href='[% c.uri_for("shortlog") %]'>shortlog</a></h2>
-[% INCLUDE '_shortlog.tt2' %]
+  <h2><a href='[% c.uri_for("shortlog") %]'>shortlog</a></h2>
+  [% INCLUDE '_shortlog.tt2' %]
 
-<h2><a href='[% c.uri_for("heads") %]'>branches</a></h2>
-[% INCLUDE '_heads.tt2' %]
+  <h2><a href='[% c.uri_for("heads") %]'>branches</a></h2>
+  [% INCLUDE '_heads.tt2' %]
+</div>