X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ad0340b052c606fdbb68bb820a438737295668f..697e36f364506037efb198f454226ca1eb956bed:/app/views/traces/show.html.erb?ds=sidebyside
diff --git a/app/views/traces/show.html.erb b/app/views/traces/show.html.erb
index f7517c802..6df31760a 100644
--- a/app/views/traces/show.html.erb
+++ b/app/views/traces/show.html.erb
@@ -25,7 +25,13 @@
<%= t ".start_coordinates" %> |
- <%= @trace.latitude %>; <%= @trace.longitude %> (<%= link_to t(".map"), :controller => "site", :action => "index", :mlat => @trace.latitude, :mlon => @trace.longitude, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}" %> / <%= link_to t(".edit"), :controller => "site", :action => "edit", :gpx => @trace.id, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}" %>) |
+
+
+ <%= t ".coordinates_html",
+ :latitude => tag.span(number_with_delimiter(@trace.latitude), :class => "latitude"),
+ :longitude => tag.span(number_with_delimiter(@trace.longitude), :class => "longitude") %>
+
+ (<%= link_to t(".map"), :controller => "site", :action => "index", :mlat => @trace.latitude, :mlon => @trace.longitude, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}" %> / <%= link_to t(".edit"), :controller => "site", :action => "edit", :gpx => @trace.id, :anchor => "map=14/#{@trace.latitude}/#{@trace.longitude}" %>) |
<% end %>
@@ -55,10 +61,10 @@
<% if current_user && (current_user==@trace.user || current_user.administrator? || current_user.moderator?) %>
-