Add a class to make it easier to find the rows
Tomas Doran [Sat, 23 Jan 2010 14:39:28 +0000 (14:39 +0000)]
root/fragment/collectionofrepositories.tt2

index 4dae472..b69e69a 100644 (file)
@@ -1,7 +1,7 @@
 <tbody class='listing'>
   [% FOR p IN repositories %]
   [%- repos_link = c.uri_for_action('/repository/summary', [p.name]) -%]
-<tr>
+<tr class="reposrow">
     <td><a class="list" href="[% repos_link %]">[% p.name %]</a></td>
     <td><a class="list" title="[% p.description %]" href="[% repos_link %]">[% abridged_description(p.description)  %]</a></td>
     <td>[% p.owner %]</td>