GPX trace rails stuff
This commit is contained in:
parent
f98e6aac0a
commit
fb1467a944
9 changed files with 70 additions and 6 deletions
6
app/views/trace/list.rhtml
Normal file
6
app/views/trace/list.rhtml
Normal 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 %>
|
Loading…
Add table
Add a link
Reference in a new issue