]> git.openstreetmap.org Git - rails.git/commitdiff
Remove edit links
authorJohn Firebaugh <john.firebaugh@gmail.com>
Wed, 2 Oct 2013 00:33:43 +0000 (17:33 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Sun, 13 Oct 2013 21:46:05 +0000 (14:46 -0700)
app/views/browse/node.html.erb
app/views/browse/way.html.erb

index 30662c13f68d043aa81815588eceb869fcaf6e22..deae710db1baaed1bd61133f89629096cb5d6489 100644 (file)
@@ -16,9 +16,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 %>
 
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 %>