From: Tom Hughes Date: Sat, 2 Apr 2011 14:48:56 +0000 (+0100) Subject: Make diary locations into a link and drop the separate view link X-Git-Tag: live~6254^2~101 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/aa121fa046188bf17c10dff749abe134aa239603 Make diary locations into a link and drop the separate view link --- diff --git a/app/views/diary_entry/_location.html.erb b/app/views/diary_entry/_location.html.erb index 59ab013f7..4779471de 100644 --- a/app/views/diary_entry/_location.html.erb +++ b/app/views/diary_entry/_location.html.erb @@ -1,9 +1,9 @@ <%= 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 %>) +