X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/11279ebfe90ae64dd9b1e3a6b476f4a8c639f439..2709027882c3f36a1d6a442c2c4b706b54b1edeb:/app/views/trace/mine.rhtml diff --git a/app/views/trace/mine.rhtml b/app/views/trace/mine.rhtml index c18615f47..8364bed9e 100644 --- a/app/views/trace/mine.rhtml +++ b/app/views/trace/mine.rhtml @@ -1,8 +1,16 @@

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 %> -<%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>

+
+
<% if @user %> <%= start_form_tag({:action => 'create'}, :multipart => true) %> @@ -17,8 +25,6 @@ -
- <%= end_form_tag %> <%= render (:partial => 'trace_paging_nav') %>