X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a988ad6f515495233ddd8bf4e866a4da78e8e273..8da015ac88d9c9a2f7ca32f981061a6bc397a8fd:/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 3748f2f65..5505ee4a9 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -4,22 +4,22 @@

- <% if common_details.changeset.tags['comment'].present? %> + <% if common_details.changeset.tags["comment"].present? %> <%= linkify(common_details.changeset.tags["comment"]) %> <% else %> <%= t "browse.no_comment" %> <% end %>

-
+

<%= t "browse.#{common_details.visible? ? :edited : :deleted}_by_html", - :time => time_ago_in_words(common_details.timestamp, :scope => :'datetime.distance_in_words_ago'), + :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.in_changeset" %> #<%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %> -

+

<% if @type == "node" and common_details.visible? %>