From 1da0b687776fa83cf8098d6783195e2ed48ca972 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Thu, 25 Jun 2009 19:03:32 -0400 Subject: Revamp the layout to look less awful. --- templates/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/list.html') diff --git a/templates/list.html b/templates/list.html index 8fad7cd..1d409f7 100644 --- a/templates/list.html +++ b/templates/list.html @@ -17,7 +17,7 @@ {{ bd.bug_shortname(bug) }} - {{ bug.summary|e|truncate(60) }} + {{ bug.summary|e|truncate(70) }} {{ bug.status }} {{ bug.target }} {{ bug.assigned|striptags }} -- cgit