Started work on giving Gitalist a distinct look.
[catagits/Gitalist.git] / root / _shortlog.tt2
index d862829..949105d 100644 (file)
@@ -1,13 +1,23 @@
-<table>
+<table class='shortlog'>
  <thead>
   <tr>
+   <th>sha1</th>
+   <th>time</th>
+   <th>author</th>
+   <th>message</th>
+   <th>actions</th>
+  </tr>
+ </thead>
+
+ <tfoot>
+  <tr>
    <td>sha1</td>
    <td>time</td>
    <td>author</td>
    <td>message</td>
    <td>actions</td>
   </tr>
- </thead>
+ </tfoot>
 
  <tbody>
  [% FOREACH line IN log_lines %]
   </tr>
  [% END %]
  </tbody>
-
- <tfoot>
-  <tr>
-   <td>sha1</td>
-   <td>time</td>
-   <td>author</td>
-   <td>message</td>
-   <td>actions</td>
-  </tr>
- </tfoot>
 </table>