aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-01-31 02:26:36 -0500
committerSteve Losh <steve@stevelosh.com>2009-01-31 02:26:36 -0500
commitb11274dde06473582f3f6ecb87c034d57d3917f4 (patch)
tree1325d221d3453ee137b7e2bfbb8b959d457f9d44
parent46953e63dd929637f67a4d10065a3f28c403dbdf (diff)
downloadbugseverywhere-b11274dde06473582f3f6ecb87c034d57d3917f4.tar.gz
Added the links in the bug list.
-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>