Stripe the tables and semantify the pages.
[catagits/Gitalist.git] / root / _diff_tree.tt2
index fc7a91f..2057772 100644 (file)
@@ -1,15 +1,22 @@
-<table class='diff-tree'>
+<table class='diff-tree listing'>
  <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>
-   <td class='filename'>
+   <td class='file-name'>
     [% line.file %]
    </td>
    <td class='status'>
   </tr>
   [% END %]
  </tbody>
- <tfoot>
-  <tr>
-   <td>file</td>
-   <td>status</td>
-   <td>actions</td>
-  </tr>
- </tfoot>
 </table>