aboutsummaryrefslogtreecommitdiffstats
path: root/templates/list.html
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-06-25 19:03:32 -0400
committerSteve Losh <steve@stevelosh.com>2009-06-25 19:03:32 -0400
commit1da0b687776fa83cf8098d6783195e2ed48ca972 (patch)
tree4fcf3b78d9a87cc42ace4231b7189c42331b04ce /templates/list.html
parent362f264efa192ce7662870b987e90152580f18a9 (diff)
downloadbugseverywhere-1da0b687776fa83cf8098d6783195e2ed48ca972.tar.gz
Revamp the layout to look less awful.
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 8fad7cd..1d409f7 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(60) }}</a></td>
+ {{ bug.summary|e|truncate(70) }}</a></td>
<td>{{ bug.status }}</td>
<td>{{ bug.target }}</td>
<td>{{ bug.assigned|striptags }}</td>