X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/12c1d5e6c05813a0697724277b4d8529a1a7c240..cfa1ce8617430cdec47409a455ea2aead713334e:/app/views/browse/_common_details.html.erb
diff --git a/app/views/browse/_common_details.html.erb b/app/views/browse/_common_details.html.erb
index 8aa5b64c7..4726799e7 100644
--- a/app/views/browse/_common_details.html.erb
+++ b/app/views/browse/_common_details.html.erb
@@ -13,10 +13,9 @@
-
- <%= t "browse.#{common_details.visible? ? :edited : :deleted}_by_html",
- :time => time_ago_in_words(common_details.timestamp, :scope => :"datetime.distance_in_words_ago"),
- :user => changeset_user_link(common_details.changeset),
- :title => l(common_details.timestamp) %>
+ <%= t "browse.#{common_details.visible? ? :edited : :deleted}_ago_by_html",
+ :time_ago => friendly_date_ago(common_details.timestamp),
+ :user => changeset_user_link(common_details.changeset) %>
-
<%= t "browse.in_changeset" %>