]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/node.html.erb
Content style adjustments
[rails.git] / app / views / browse / node.html.erb
index 30662c13f68d043aa81815588eceb869fcaf6e22..92ccb775de328247603a4a5ae23cf78184d2017f 100644 (file)
@@ -5,7 +5,6 @@
 
 <% content_for :head do %>
   <%= stylesheet_link_tag 'browse' %>
-  <%= javascript_include_tag 'index' %>
 <% end %>
 
 <% content_for :sidebar do %>
@@ -16,9 +15,6 @@
   <ul class='secondary-actions clearfix'>
     <li><%= link_to(t('browse.node.download_xml'), :controller => "node", :action => "read") %></li>
     <li><%= link_to(t('browse.node.view_history'), :action => "node_history") %></li>
-    <% if @node.visible -%>
-      <li><%= link_to(t('browse.node.edit'), :controller => "site", :action => "edit", :lat => @node.lat, :lon => @node.lon, :zoom => 18, :node => @node.id) %></li>
-    <% end -%>
   </ul>
 <% end %>