]> git.openstreetmap.org Git - rails.git/commitdiff
Make sure the trace tab always links to the global trace list
authorTom Hughes <tom@compton.nu>
Fri, 6 Aug 2010 09:40:00 +0000 (10:40 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 6 Aug 2010 09:40:00 +0000 (10:40 +0100)
app/views/layouts/site.html.erb

index bc4b348a134ed4be1c56ae8b9e19419ea506e5e4..a026c059479081cb7712eb8cf20cb8ed799a3719 100644 (file)
@@ -68,7 +68,7 @@
         <% else %>
         <li><%= link_to t('layouts.export'), {:controller => 'site', :action => 'export'}, {:id => 'exportanchor', :title => t('layouts.export_tooltip'), :class => exportclass} %></li>
         <% end %>
-        <li><%= link_to t('layouts.gps_traces'), {:controller => 'trace', :action => 'list'}, {:id => 'traceanchor', :title => t('layouts.gps_traces_tooltip'), :class => traceclass} %></li>
+        <li><%= link_to t('layouts.gps_traces'), {:controller => 'trace', :action => 'list', :display_name => nil}, {:id => 'traceanchor', :title => t('layouts.gps_traces_tooltip'), :class => traceclass} %></li>
         <li><%= link_to t('layouts.user_diaries'), {:controller => 'diary_entry', :action => 'list', :display_name => nil}, {:id => 'diaryanchor', :title => t('layouts.user_diaries_tooltip'), :class => diaryclass} %></li>
       </ul>
     </div>