summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>