Stripe the tables and semantify the pages.
[catagits/Gitalist.git] / root / _shortlog.tt2
index 2c1dde1..19caaf1 100644 (file)
@@ -1,4 +1,4 @@
-<table class='shortlog'>
+<table class='shortlog listing'>
  <thead>
   <tr>
    <th>sha1</th>
@@ -22,8 +22,8 @@
  <tbody>
  [% FOREACH line IN log_lines %]
   <tr>
-   <td class='sha1'>[% INCLUDE '_chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %]</td>
-   <td class='time-since'>[% time_since(line.authored_time) %]</td>
+   <td class='sha1' title='[% line.sha1 %]'>[% INCLUDE '_chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %]</td>
+   <td class='time-since' title='[% line.authored_time %]'>[% time_since(line.authored_time) %]</td>
    <td class='author'>[% line.author.name | html %]</td>
    <td>
      [% short_cmt(line.comment) | html %]