mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
hacked dates so jeff sees no more 1mons everywhere.
This commit is contained in:
+1
-2
@@ -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