Started work on giving Gitalist a distinct look.
[catagits/Gitalist.git] / root / _diff_tree.tt2
index fc7a91f..8f70e2f 100644 (file)
@@ -1,11 +1,18 @@
 <table class='diff-tree'>
  <thead>
   <tr>
+   <th>file</th>
+   <th>status</th>
+   <th>actions</th>
+  </tr>
+ </thead>
+ <tfoot>
+  <tr>
    <td>file</td>
    <td>status</td>
    <td>actions</td>
   </tr>
- </thead>
+ </tfoot>
  <tbody>
   [% FOREACH line IN diff_tree -%]
   <tr>
   </tr>
   [% END %]
  </tbody>
- <tfoot>
-  <tr>
-   <td>file</td>
-   <td>status</td>
-   <td>actions</td>
-  </tr>
- </tfoot>
 </table>