X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa52ebe6749ba1ea43030f173bfe2101d0f77dc3..08b71b48e12ed1d34e8a807d913dbf9714635fc6:/app/views/trace/mine.rhtml
diff --git a/app/views/trace/mine.rhtml b/app/views/trace/mine.rhtml
index a626e2b51..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 %>
@@ -25,19 +11,6 @@
<%= submit_tag 'Upload' %> | help
-
-<% end %>
-
-<%= render (:partial => 'trace_paging_nav') %>
-
-
- |
- |
-
- <%= render (:partial => 'trace', :collection => @traces) unless @traces.nil? %>
-
-<%= render (:partial => 'trace_paging_nav') %>
-
<% end %>
-<%= render (:partial => 'trace_optionals') %>
+<%= render :partial => 'trace_list' %>