X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c47ae999428a0135d2febf470a0b1422c8774eb5..df6b048043e4187f8f9fe21ab6a7955e1a5da33e:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index c72730a76..ab0344e35 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -19,7 +19,10 @@ <% end %>
  • <%= t "browse.location" %> - <%= link_to(tag.span(number_with_delimiter(@note.lat), :class => "latitude") + ", " + tag.span(number_with_delimiter(@note.lon), :class => "longitude"), root_path(:anchor => "map=18/#{@note.lat}/#{@note.lon}")) %> + <%= link_to(t(".coordinates_html", + :latitude => tag.span(number_with_delimiter(@note.lat), :class => "latitude"), + :longitude => tag.span(number_with_delimiter(@note.lon), :class => "longitude")), + root_path(:anchor => "map=18/#{@note.lat}/#{@note.lon}")) %>
  • @@ -35,7 +38,7 @@ <% if @note_comments.length > 1 %>