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