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)