X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d8b9b6dd58cf049acc6cf647f80ceb5e3e200cd6..40c3856906edead3bda4ddd42b80062a54e60764:/app/helpers/application_helper.rb diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index ed01ad89b..ae90d980e 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -30,7 +30,7 @@ module ApplicationHelper end def friendly_date_ago(date) - tag.span(time_ago_in_words(date, :scope => :'datetime.distance_in_words_ago'), :title => l(date, :format => :friendly)) + tag.span(time_ago_in_words(date, :scope => :"datetime.distance_in_words_ago"), :title => l(date, :format => :friendly)) end def body_class