Remove obsolete CSS classes

This commit is contained in:
Eelco Dolstra
2013-02-22 17:11:10 +01:00
parent f5a2859ce2
commit bd7be1cb84
8 changed files with 12 additions and 24 deletions

View File

@ -45,14 +45,12 @@ install the package simply by clicking on the packages below.</p>
<tbody>
[% odd = 0 %]
[% FOREACH pkg IN nixPkgs %]
[% b = pkg.build %]
[% uri = "${curUri}/pkg/${pkg.name}.nixpkg" %]
<tr class="clickable [% IF odd %] odd [% END; odd = !odd %]" onclick="window.location = '[% uri %]'">
<tr onclick="window.location = '[% uri %]'">
<td><a href="[% c.uri_for('/build' b.id) %]">[% b.id %]</a></td>
<td><a href="[% uri %]"><tt>[% b.get_column('releasename') || b.nixname %]</tt></a></td>
<td><tt>[% b.system %]</tt></td>