X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aa52ebe6749ba1ea43030f173bfe2101d0f77dc3..e376f3c00980a8026445c21d653fa5119f23a72a:/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' %>