X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/89341ce266b085bbd15bc2907101f590adfea47e..49da87fb6d2a9fe8c033a41cd935ee34a8767293:/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 3f2359599..44bbe04f8 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -7,12 +7,10 @@
- <%= - t "browse.#{common_details.visible? ? :edited : :deleted}_by_html", + <%= t "browse.#{common_details.visible? ? :edited : :deleted}_by_html", :time => distance_of_time_in_words_to_now(common_details.timestamp), :user => changeset_user_link(common_details.changeset), - :title => l(common_details.timestamp) - %> + :title => l(common_details.timestamp) %>