X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1cef3c79e3b5bbef348c7029038e70b8da848f02..fe6e837cfe77e1414998c0216defe7912e34bf75:/app/views/browse/way.html.erb diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb index 41341fef8..aa7b5d0b7 100644 --- a/app/views/browse/way.html.erb +++ b/app/views/browse/way.html.erb @@ -12,6 +12,4 @@
<%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %> | <%= link_to(t('browse.way.view_history'), :action => "way_history") %> -<% unless @midnode.nil? %> - | <%= link_to(t('browse.way.edit'), :controller => "site", :action => "edit", :way => @way.id, :lat => @midnode.lat, :lon => @midnode.lon, :zoom => 16) %> -<% end %> +| <%= link_to(t('browse.way.edit'), :controller => "site", :action => "edit", :way => @way.id) %>