summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-09-25 11:31:56 -0400
committerWill Woods <wwoods@redhat.com>2009-09-25 11:31:56 -0400
commit99807fc2cce1be10cac68c27cbed6b09705c83d1 (patch)
tree550ed57ea44accaab2cd78821feef052cc14aa8e
parent8e99e2e4a009247dcdfbea25774163cb5c6571fe (diff)
downloadisrawhidebroken-99807fc2cce1be10cac68c27cbed6b09705c83d1.tar.gz
israwhidebroken-99807fc2cce1be10cac68c27cbed6b09705c83d1.tar.xz
israwhidebroken-99807fc2cce1be10cac68c27cbed6b09705c83d1.zip
use test.short_desc
-rw-r--r--israwhidebroken/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/israwhidebroken/templates/index.html b/israwhidebroken/templates/index.html
index 24b2451..8d4fabc 100644
--- a/israwhidebroken/templates/index.html
+++ b/israwhidebroken/templates/index.html
@@ -31,7 +31,7 @@ for tree in trees:
<a href="${next and tg.url('/?c=%u' % next)}">ยป</a></th>
<th py:for="tree in trees">${tree.arch}</th>
<tr py:for="test in tests">
- <td><a href="${test.uri}">${test.name}</a></td>
+ <td><a href="${test.uri}" title="${test.short_desc}">${test.name}</a></td>
<td py:for="tree in trees" py:with="r=results[tree.id][test.id]"
class="${rclass(r)}">
<py:choose>