X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aa121fa046188bf17c10dff749abe134aa239603..c3ad6aa2923c03aeeea0b57033b0a9238d262aa2:/app/views/diary_entry/_location.html.erb diff --git a/app/views/diary_entry/_location.html.erb b/app/views/diary_entry/_location.html.erb index 4779471de..a5db0cdca 100644 --- a/app/views/diary_entry/_location.html.erb +++ b/app/views/diary_entry/_location.html.erb @@ -1,9 +1,7 @@ <%= t 'diary_entry.location.location' %> - +"> -<% cache(:controller => 'diary_entry', :action => 'view', :display_name => location.user.display_name, :id => location.id, :part => "location") do %> <%= describe_location location.latitude, location.longitude, 14, location.language_code %> -<% end %>