]> git.openstreetmap.org Git - rails.git/blob - app/views/trace/view.rhtml
lots of rails gpx stuff
[rails.git] / app / views / trace / view.rhtml
1 trace <%= @trace.name %>
2 <br>
3 icon <img src="<%= url_for :controller => 'trace', :action => 'icon', :id => @trace.id, :user_login => @trace.user.display_name %>" border="0">
4 <br>
5
6 picture <img src="<%= url_for :controller => 'trace', :action => 'picture', :id => @trace.id, :user_login => @trace.user.display_name %>" border="0">
7
8 <br>
9 time <%= @trace.timestamp %>
10 <br>
11 dec <%= @trace.description %>
12
13
14
15