From: Tom Hughes Date: Fri, 6 Aug 2010 09:40:00 +0000 (+0100) Subject: Make sure the trace tab always links to the global trace list X-Git-Tag: live~6319^2~28 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4633838e2132414fcd2717e7cb347ffca4ee25fa Make sure the trace tab always links to the global trace list --- diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index bc4b348a1..a026c0594 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -68,7 +68,7 @@ <% else %>
  • <%= link_to t('layouts.export'), {:controller => 'site', :action => 'export'}, {:id => 'exportanchor', :title => t('layouts.export_tooltip'), :class => exportclass} %>
  • <% end %> -
  • <%= link_to t('layouts.gps_traces'), {:controller => 'trace', :action => 'list'}, {:id => 'traceanchor', :title => t('layouts.gps_traces_tooltip'), :class => traceclass} %>
  • +
  • <%= link_to t('layouts.gps_traces'), {:controller => 'trace', :action => 'list', :display_name => nil}, {:id => 'traceanchor', :title => t('layouts.gps_traces_tooltip'), :class => traceclass} %>
  • <%= link_to t('layouts.user_diaries'), {:controller => 'diary_entry', :action => 'list', :display_name => nil}, {:id => 'diaryanchor', :title => t('layouts.user_diaries_tooltip'), :class => diaryclass} %>