From d779753f554738e7708d4425ca208c81286817e9 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 22 Jan 2013 15:30:39 -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 bd34b2a15..b3d099c66 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) - raw time_tag(time_ago_in_words(time) + " ago", time) + time_tag(raw(time_ago_in_words(time)) + " ago", time) end def compact_time(time)