summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-10-01 13:37:42 -0400
committerWill Woods <wwoods@redhat.com>2009-10-01 13:37:42 -0400
commitc2df227fda19a8e2a5cf859f06f26a29edd71faf (patch)
tree7cef5e1c46a4325343d330a180a88abc235ca320
parent3d88ae810192d44776f6d7586ad5ae208ffc0df5 (diff)
downloadisrawhidebroken-c2df227fda19a8e2a5cf859f06f26a29edd71faf.tar.gz
israwhidebroken-c2df227fda19a8e2a5cf859f06f26a29edd71faf.tar.xz
israwhidebroken-c2df227fda19a8e2a5cf859f06f26a29edd71faf.zip
Minor template tweak
-rw-r--r--israwhidebroken/templates/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/israwhidebroken/templates/index.html b/israwhidebroken/templates/index.html
index 87a1f14..8222d2d 100644
--- a/israwhidebroken/templates/index.html
+++ b/israwhidebroken/templates/index.html
@@ -36,9 +36,8 @@ def rclass(r):
${rclass(r) or 'none'}
</span>
</py:choose>
- <span py:if="admin and r is not None">
- <a id="del_result" href="${tg.url('/delete_result',id=r.id)}">x</a>
- </span>
+ <a py:if="admin and r is not None"
+ class="del_result" href="${tg.url('/delete_result',id=r.id)}">x</a>
</td>
</tr>
</table>