aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-09-06 09:09:35 +0100
committerFrancis Irving <francis@mysociety.org>2010-09-06 09:09:35 +0100
commit3c7ba5313c30581cbe82056aa3462e4b39729523 (patch)
tree002a26d1610a3326796771e88067369f1b72ae18
parent7a4328a11d5c7177b54b722cdb17e5e053d56b01 (diff)
35 is a little too wide to fit, try 32.
-rw-r--r--app/views/general/frontpage.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml
index f2b905f0c..74284772c 100644
--- a/app/views/general/frontpage.rhtml
+++ b/app/views/general/frontpage.rhtml
@@ -44,7 +44,7 @@
<div id="examples_1">
<ul>
<% for event in @successful_request_events %>
- <li><%=link_to h(excerpt(event.info_request.title, "", 35)), request_url(event.info_request)%>
+ <li><%=link_to h(excerpt(event.info_request.title, "", 32)), request_url(event.info_request)%>
<%=h time_ago_in_words(event.described_at).gsub("about ", "") %> ago
</li>
<% end %>