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

@ -25,7 +25,7 @@
<tbody>
[% FOREACH result IN results %]
[% link = c.uri_for('/view' project.name view.name result.id) %]
<tr class="clickable" onclick="window.location = '[% link %]'">
<tr onclick="window.location = '[% link %]'">
<td>
[% IF result.status == 0 %]
<img src="/static/images/checkmark_16.png" />