mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05:00
DEV: Move distance_of_time_in_words/time_ago_in_words (#21745)
It wasn't a patch (just two helper functions that were called directly) and no longer has much to do with "Rails 4"
This commit is contained in:
@@ -270,7 +270,7 @@ class ComposerMessagesFinder
|
||||
I18n.t(
|
||||
"education.reviving_old_topic",
|
||||
time_ago:
|
||||
FreedomPatches::Rails4.time_ago_in_words(
|
||||
AgeWords.time_ago_in_words(
|
||||
@topic.last_posted_at,
|
||||
false,
|
||||
scope: :"datetime.distance_in_words_verbose",
|
||||
|
||||
Reference in New Issue
Block a user