X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7e5cbe87ed37f9cba8224fa4049047d7f981f66a..2145480a00739c3add27eb4569fb03ac8b8cd6f1:/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..9eb6b5bfe 100644
--- a/app/views/browse/_common_details.html.erb
+++ b/app/views/browse/_common_details.html.erb
@@ -13,10 +13,10 @@
-
- <%= 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 => tag.abbr(time_ago_in_words(common_details.timestamp, :scope => :"datetime.distance_in_words_ago"),
+ :title => l(common_details.timestamp)),
+ :user => changeset_user_link(common_details.changeset) %>
-
<%= t "browse.in_changeset" %>