diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-06 11:18:16 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-06 11:18:16 +0100 |
commit | 0803e2626d18d8bd29b1cb4a05e4327f70b2ed80 (patch) | |
tree | a9cc1efbaa0057e5ceb904119771cd6648cbab34 | |
parent | 62bea560d436fab530bf0e39745da8b75bfff4f1 (diff) |
30 a bit much too
-rw-r--r-- | app/views/general/frontpage.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index 74284772c..51bf55e34 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, "", 32)), request_url(event.info_request)%> + <li><%=link_to h(excerpt(event.info_request.title, "", 30)), request_url(event.info_request)%> <%=h time_ago_in_words(event.described_at).gsub("about ", "") %> ago </li> <% end %> |