]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way.html.erb
Simplify geolink-related code
[rails.git] / app / views / browse / way.html.erb
index 1be783a88f3868fd34b7e043d5efdd7604ca6a46..e5493d3f982b23d0eb2907006169ff7fb31e87e5 100644 (file)
@@ -5,7 +5,6 @@
 
 <% content_for :head do %>
   <%= stylesheet_link_tag 'browse' %>
-  <%= javascript_include_tag 'index' %>
 <% end %>
 
 <% content_for :sidebar do %>
@@ -16,7 +15,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 %>