GPX trace rails stuff

This commit is contained in:
Steve Coast 2006-11-27 19:52:18 +00:00
parent f98e6aac0a
commit fb1467a944
9 changed files with 70 additions and 6 deletions

View file

@ -0,0 +1,6 @@
<h1>Public GPS Traces</h1>
<% if @user %>
<%= link_to 'See just your traces', {:controller => 'trace', :action => 'mine'} %>
<% end %>
<%= render :partial => 'trace', :collection => @traces %>