]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way.html.erb
Remove edit links
[rails.git] / app / views / browse / way.html.erb
index 1be783a88f3868fd34b7e043d5efdd7604ca6a46..f6e8b7f0182d1121f8d48f5c200723f9d1e6cb30 100644 (file)
@@ -16,7 +16,6 @@
   <ul class='secondary-actions clearfix'>
     <li><%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %></li>
     <li><%= link_to(t('browse.way.view_history'), :action => "way_history") %></li>
-    <li><%= link_to(t('browse.way.edit'), :controller => "site", :action => "edit", :way => @way.id) %></li>
   </ul>
 <% end %>