X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d3388abe51a946ae0abc645d831a93b1b2cc6749..8a6c34fa78cf4fa52332d90448dae50087f2b510:/app/views/browse/_common_details.html.erb?ds=sidebyside
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" %>