X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..f99c383318c4f9ea15639f0566f3e42db4e2c8b1:/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) %>