From c44709db1f222ae1ad657aefec77a9fe9836fe6b Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 22 Jan 2013 15:29:06 -0500 Subject: [PATCH] add ubiquitous time tags --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index bf70ad6cc..bd34b2a15 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -63,7 +63,7 @@ module ApplicationHelper end def time_ago_in_words_tagged(time) - time_tag(time_ago_in_words(time) + " ago", time) + raw time_tag(time_ago_in_words(time) + " ago", time) end def compact_time(time)