mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
hacked dates so jeff sees no more 1mons everywhere.
This commit is contained in:
@@ -2,8 +2,7 @@ module AgeWords
|
||||
|
||||
def self.age_words(secs)
|
||||
return "—" if secs.blank?
|
||||
|
||||
return FreedomPatches::Rails4.distance_of_time_in_words(Time.now, Time.now + secs)
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user