X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/07ad4a36ea398f4bba431d19d5d99e0160ad814b..52276be4a9dc0e8b15bae058170b3777d7c61f0b:/app/views/trace/mine.rhtml?ds=sidebyside diff --git a/app/views/trace/mine.rhtml b/app/views/trace/mine.rhtml index db5a8503a..db3745689 100644 --- a/app/views/trace/mine.rhtml +++ b/app/views/trace/mine.rhtml @@ -1,32 +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 %> - -<% form_tag({:action => 'create'}, :multipart => true) do %> - -
- - - - - -
upload GPX file:<%= file_field('trace', 'gpx_file', {:size => 50, :maxlength => 255}) %>
description:<%= text_field('trace', 'description', {:size => 50, :maxlength => 255}) %>
tags:<%= text_field('trace', 'tagstring', {:size => 50, :maxlength => 255}) %>
public?<%= check_box('trace', 'public', {:checked => 'checked'}) %>
-<%= submit_tag 'Upload' %> | help -
-<% end %> - +<%= render :partial => 'trace_header' %> + +

GPX Uploading is currently unavailable

<%= render :partial => 'trace_list' %> - -<% end %>