X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/07ad4a36ea398f4bba431d19d5d99e0160ad814b..2e2189ecb9e60b6aefda6919a177932372339607:/app/views/trace/mine.rhtml
diff --git a/app/views/trace/mine.rhtml b/app/views/trace/mine.rhtml
index db5a8503a..291217753 100644
--- a/app/views/trace/mine.rhtml
+++ b/app/views/trace/mine.rhtml
@@ -1,18 +1,4 @@
-
Your GPS Traces
-
-<% if @tag %>
- Traces filtered by tag <%= @tag %>
-
-<% end %>
-<%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>
-<% if @tag %>
- | <%= link_to 'See all your traces', {:controller => 'trace', :action => 'mine'} %>
-<% end %>
-
-
-
-
-<% if @user %>
+<%= render :partial => 'trace_header' %>
<% form_tag({:action => 'create'}, :multipart => true) do %>
@@ -28,5 +14,3 @@
<% end %>
<%= render :partial => 'trace_list' %>
-
-<% end %>