X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8d76be71bbb8a799cbf0627dee170f26ade5a11f..87ea9fcb021b9b67a79d35cb719a064a34a7784d:/app/views/traces/_trace.html.erb?ds=sidebyside
diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb
index 44de2ef06..74e096dd1 100644
--- a/app/views/traces/_trace.html.erb
+++ b/app/views/traces/_trace.html.erb
@@ -44,14 +44,16 @@
<% if trace.inserted? %>
-
- -
- <%= link_to t(".view_map"), { :controller => "site", :action => "index", :mlat => trace.latitude, :mlon => trace.longitude, :anchor => "map=14/#{trace.latitude}/#{trace.longitude}" } %>
-
- -
- <%= link_to t(".edit_map"), { :controller => "site", :action => "edit", :gpx => trace.id } %>
-
-
+
<% end %>
|