X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/53fc3e8919baa4493880484984446f3b9c607196..2bf9144702dcef4c544bf76e6d7dfc24265e3b3a:/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 59ab013f7..a3ba473a8 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 %> - -(<%=link_to t('diary_entry.location.view'), :controller => 'site', :action => 'index', :lat => location.latitude, :lon => location.longitude, :zoom => 14 %>) +