aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/list.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/list.html b/templates/list.html
index 3dd4a70..e28b0c0 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -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>