Added the links in the bug list.
authorSteve Losh <steve@stevelosh.com>
Sat, 31 Jan 2009 07:26:36 +0000 (02:26 -0500)
committerSteve Losh <steve@stevelosh.com>
Sat, 31 Jan 2009 07:26:36 +0000 (02:26 -0500)
templates/list.html

index 3dd4a70418e52884283c55056f4b68bda6e8c145..e28b0c0eac773a3030097cd1ca7fa2d2229eaa37 100644 (file)
@@ -16,7 +16,8 @@
         {% for bug in bugs %}
         <tr>
             <td>{{ bd.bug_shortname(bug) }}</td>
-            <td>{{ bug.summary|e|truncate(65) }}</td>
+            <td><a href="/bug?id={{ bd.bug_shortname(bug)}}">
+                {{ bug.summary|e|truncate(65) }}</a></td>
             <td>{{ bug.status }}</td>
             <td>{{ bug.target }}</td>
             <td>{{ bug.assigned|striptags }}</td>