add ubiquitous time tags
This commit is contained in:
@@ -63,7 +63,7 @@ module ApplicationHelper
|
|||||||
end
|
end
|
||||||
|
|
||||||
def time_ago_in_words_tagged(time)
|
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
|
end
|
||||||
|
|
||||||
def compact_time(time)
|
def compact_time(time)
|
||||||
|
|||||||
Reference in New Issue
Block a user