Started work on giving Gitalist a distinct look.
[catagits/Gitalist.git] / root / _heads.tt2
index 307f95a..74e46ab 100644 (file)
@@ -1,11 +1,18 @@
 <table class='heads'>
  <thead>
   <tr>
+   <th>age</th>
+   <th>branch</th>
+   <th>actions</th>
+  </tr>
+ </thead>
+ <tfoot>
+  <tr>
    <td>age</td>
    <td>branch</td>
    <td>actions</td>
   </tr>
- </thead>
+ </tfoot>
 
  <tbody>
  [% FOREACH head IN heads %]
   </tr>
  [% END %]
  </tbody>
-
- <tfoot>
-  <tr>
-   <td>age</td>
-   <td>branch</td>
-   <td>actions</td>
-  </tr>
- </tfoot>
 </table>
-
-