diff options
author | francis <francis> | 2009-09-10 00:47:41 +0000 |
---|---|---|
committer | francis <francis> | 2009-09-10 00:47:41 +0000 |
commit | 0bc4aa7a0fe03d1486abe9b6633741f00af40bde (patch) | |
tree | 9e2f9c29f46eb13d6beff25b8cb45c4828ff2d43 | |
parent | 940bf0e0b524ddb4be9456423fec084a65edbe5f (diff) |
Remove about
-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 68c815a52..00b758e9f 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -43,7 +43,7 @@ <ul> <% for event in @successful_request_events %> <li><%=link_to h(excerpt(event.info_request.title, "", 35)), request_url(event.info_request)%> - <%=h time_ago_in_words(event.described_at)%> ago + <%=h time_ago_in_words(event.described_at).gsub("about ", "") %> ago </li> <% end %> </ul> |