X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f98e6aac0a33ed8c179841c3c3dc7e2c0393d869..fb1467a94487cfdfcb19e4f88e05be7aa88096f0:/app/views/trace/list.rhtml diff --git a/app/views/trace/list.rhtml b/app/views/trace/list.rhtml new file mode 100644 index 000000000..ce2e76349 --- /dev/null +++ b/app/views/trace/list.rhtml @@ -0,0 +1,6 @@ +

Public GPS Traces

+<% if @user %> + <%= link_to 'See just your traces', {:controller => 'trace', :action => 'mine'} %> +<% end %> + +<%= render :partial => 'trace', :collection => @traces %>