X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8f6d6df0f2d7ad15de4833e855701b05d1dde5e..85c284aaa6e9ba8488de9d488f17fda4cd565d9c:/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 9eb6b5bfe..b28e72c75 100644
--- a/app/views/browse/_common_details.html.erb
+++ b/app/views/browse/_common_details.html.erb
@@ -14,13 +14,12 @@
-
<%= 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)),
+ :time_ago => friendly_date_ago(common_details.timestamp),
:user => changeset_user_link(common_details.changeset) %>
-
<%= t "browse.in_changeset" %>
- #<%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %>
+ #<%= link_to common_details.changeset_id, changeset_path(common_details.changeset) %>
<% if @type == "node" and common_details.visible? %>
@@ -34,4 +33,4 @@
<% end %>
-<%= render :partial => "tag_details", :object => common_details.tags %>
+<%= render :partial => "browse/tag_details", :object => common_details.tags %>