add ubiquitous time tags

This commit is contained in:
albert
2013-01-22 15:30:39 -05:00
parent c44709db1f
commit d779753f55

View File

@@ -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)