From b11274dde06473582f3f6ecb87c034d57d3917f4 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sat, 31 Jan 2009 02:26:36 -0500 Subject: Added the links in the bug list. --- templates/list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') 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 %} {{ bd.bug_shortname(bug) }} - {{ bug.summary|e|truncate(65) }} + + {{ bug.summary|e|truncate(65) }} {{ bug.status }} {{ bug.target }} {{ bug.assigned|striptags }} -- cgit