Stripe the tables and semantify the pages.
[catagits/Gitalist.git] / root / _heads.tt2
index 0a1c45b..c886711 100644 (file)
@@ -1,4 +1,4 @@
-<table class='heads'>
+<table class='heads listing'>
  <thead>
   <tr>
    <th>HEAD</th>
@@ -19,8 +19,8 @@
  <tbody>
  [% FOREACH head IN heads %]
   <tr>
-   <td>[% INCLUDE '_chroma_hash.tt2' sha1 = head.sha1.substr(0,7) %]</td>
-   <td class='time-since'>[% time_since(head.last_change) %]</td>
+   <td class='sha1' title='[% head.sha1 %]'>[% INCLUDE '_chroma_hash.tt2' sha1 = head.sha1.substr(0,7) %]</td>
+   <td class='time-since' title='[% head.last_change %]'>[% time_since(head.last_change) %]</td>
    <td class='head[% head.sha1 == HEAD ? ' current' : '' %]'>[% head.name %]</td>
    <td class='action-list'>
      <a href="[% c.uri_for("shortlog", {h='refs/heads/' _ head.name}) %]">shortlog</a>