X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d07277efba0c0069705bbefa68f2624a9c6c9ff0..220ad0a6b6a8154692a404c443402252dd361168:/app/views/trace/mine.rhtml diff --git a/app/views/trace/mine.rhtml b/app/views/trace/mine.rhtml index c18615f47..e403d591b 100644 --- a/app/views/trace/mine.rhtml +++ b/app/views/trace/mine.rhtml @@ -1,10 +1,19 @@

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 +26,6 @@
-
- <%= end_form_tag %> <%= render (:partial => 'trace_paging_nav') %>