]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/_location.html.erb
Remove edit links from geo-located diary entries
[rails.git] / app / views / diary_entry / _location.html.erb
index dfac3a198953bee5a4d55d05093003683ab2e5a1..59ab013f781bae3e2e234cc7d95a0432c3a86713 100644 (file)
@@ -6,6 +6,4 @@
 <% end %>
 </abbr>
 
-(<%=link_to t('diary_entry.location.view'), :controller => 'site', :action => 'index', :lat => location.latitude, :lon => location.longitude, :zoom => 14 %>
-/
-<%=link_to t('diary_entry.location.edit'), :controller => 'site', :action => 'edit', :lat => location.latitude, :lon => location.longitude, :zoom => 14 %>)
+(<%=link_to t('diary_entry.location.view'), :controller => 'site', :action => 'index', :lat => location.latitude, :lon => location.longitude, :zoom => 14 %>)