X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/07ad4a36ea398f4bba431d19d5d99e0160ad814b..1b591df0bc58a469aa4b5ffdc7e2f4914a42844a:/app/views/trace/list.rhtml diff --git a/app/views/trace/list.rhtml b/app/views/trace/list.rhtml index 57e72fab4..51752a246 100644 --- a/app/views/trace/list.rhtml +++ b/app/views/trace/list.rhtml @@ -1,16 +1,3 @@ -

Public GPS Traces

- -<% if @tag %> - Traces filtered by tag <%= @tag %> -

-<% end %> -RSS | -<%= link_to 'See just your traces, or upload a trace', {:controller => 'trace', :action => 'mine'} %> -<% if @tag %> - | <%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %> -<% end %> - -
-
+<%= render :partial => 'trace_header' %> <%= render :partial => 'trace_list' %>