X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/07ad4a36ea398f4bba431d19d5d99e0160ad814b..32c0a7e5a874d0369bcde1bc8cbdb1f04d1463c1:/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 %>
- |
-<%= 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' %>