X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2709027882c3f36a1d6a442c2c4b706b54b1edeb..e376f3c00980a8026445c21d653fa5119f23a72a:/app/views/trace/mine.rhtml diff --git a/app/views/trace/mine.rhtml b/app/views/trace/mine.rhtml index 8364bed9e..291217753 100644 --- a/app/views/trace/mine.rhtml +++ b/app/views/trace/mine.rhtml @@ -1,19 +1,6 @@ -

Your GPS Traces

+<%= render :partial => 'trace_header' %> -<% 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 %> -<%= start_form_tag({:action => 'create'}, :multipart => true) %> +<% form_tag({:action => 'create'}, :multipart => true) do %>
@@ -24,19 +11,6 @@ <%= submit_tag 'Upload' %> | help
upload GPX file:<%= file_field('trace', 'gpx_file', {:size => 50, :maxlength => 255}) %>
- -<%= end_form_tag %> - -<%= 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' %>