aboutsummaryrefslogtreecommitdiffstats
path: root/templates/list.html
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-02-01 20:01:13 -0500
committerSteve Losh <steve@stevelosh.com>2009-02-01 20:01:13 -0500
commit7a4f6d29874b0a800c0163a12195ffa9cb8727d6 (patch)
treec4d42c38d26ffcbb35979be7ba0213cceb9efff7 /templates/list.html
parentf0bd55c68d3e5fc7e117c43a00fcf24585021d10 (diff)
downloadbugseverywhere-7a4f6d29874b0a800c0163a12195ffa9cb8727d6.tar.gz
Changes before Laura checks it out.
Diffstat (limited to 'templates/list.html')
-rw-r--r--templates/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.html b/templates/list.html
index e28b0c0..8fad7cd 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -17,7 +17,7 @@
<tr>
<td>{{ bd.bug_shortname(bug) }}</td>
<td><a href="/bug?id={{ bd.bug_shortname(bug)}}">
- {{ bug.summary|e|truncate(65) }}</a></td>
+ {{ bug.summary|e|truncate(60) }}</a></td>
<td>{{ bug.status }}</td>
<td>{{ bug.target }}</td>
<td>{{ bug.assigned|striptags }}</td>